ShuangXieIrene / ssds.pytorch

Repository for Single Shot MultiBox Detector and its variants, implemented with pytorch, python3.
MIT License
571 stars 167 forks source link

Info about TRAINABLE_SCOPE RESUME_SCOPE #48

Open Shivam412 opened 5 years ago

Shivam412 commented 5 years ago

Hey, thanks for the great repo. I wanna know about the TRAINABLE_SCOPE and RESUME_SCOPE. Which parameters should I include during the fine-tuning?

Damon2019 commented 4 years ago

Hello, I also want to understand the meaning of these parameters, can you solve it?