PyTorch Forums
Get layer's output from nn.Sequential
ptrblck
December 3, 2019, 1:26am
2
You could use forward hooks as described
here
.
1 Like
show post in topic