PyTorch Forums
Pipe Pretrained Model to Custom Layers
vision
ptrblck
August 20, 2021, 6:36pm
7
You could use forward hook as described
here
and register the hook on the
fc6
layer.
show post in topic