Eniac-Xie / faster-rcnn-resnet

ResNet Implementation for Faster-rcnn
MIT License
206 stars 117 forks source link

Why is the parameters are fixed in ResNet-50? #21

Open zeakey opened 6 years ago

zeakey commented 6 years ago

I noticed that all the parameters of original ResNet are fixed during training. So why do you choose to do so?