Replies: 2 comments
-
Hi @al3ms, you can refer to these tutorials. |
Beta Was this translation helpful? Give feedback.
0 replies
-
also it's possible to use this forward hook approach https://web.stanford.edu/~nanbhas/blog/forward-hooks-pytorch/#forward-hooks-101 to capture the activations. and once the activation maps are stored, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I trained my model using the great framework MONAI, which really simplified the implementation.
I am wondering if MONAI supports visualizing the convolutional filter outputs easily, so I could understands what are the learned features.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions