@ptrblck - are there any updates to the framework that would allow me to visualize activations? i’ve searched far and wide for weeks, using the same suggested methods on the forums but haven’t been successful. any help would be appreciated.
what i’ve done so far:
pull conv2d layers out of a custom-designed detectron2 network
of those, there are a few activation layers. i’d like to visualize those mostly for debugging purposes.
You could use forward hooks to grab the desired activation maps and visualize them as described here. Alternatively, you could also check other repositories, but I’m unsure how compatible these are to the current PyTorch release (e.g. this one).
I would also generally not recommend tagging specific users in questions, as it could demotivate others to post valid answers.