longcw / faster_rcnn_pytorch

Faster RCNN with PyTorch
MIT License
1.7k stars 466 forks source link

Modification of the VGG16 network #93

Open amlandas78 opened 4 years ago

amlandas78 commented 4 years ago

How can I freeze the convolutional layers and remove some of the maxpooling layers in this implementation. Can anyone help me with this?