PyTorch Forums
Analyzing the inference of a of a model
ptrblck
September 21, 2022, 7:15pm
2
Yes, it’s possible to check the intermediate activations e.g. via forward hooks as described
here
.
show post in topic