SSP icon indicating copy to clipboard operation
SSP copied to clipboard

why the ResNet backbone not frozen completely?

Open XiaoBuL opened this issue 3 years ago • 1 comments

Thanks for your great work. When I read your code, I find the network optimize the backbone's Layer 2 and Layer 3. Why you do it? Looking forward to your reply.

XiaoBuL avatar Oct 09 '22 12:10 XiaoBuL

Thanks for your great work. When I read your code, I find the network optimize the backbone's Layer 2 and Layer 3. Why you do it? Looking forward to your reply.

The SSP model only has a backbone which has learnable parameters. If you freeze it, there is no learnable parameters.

DUT-CSJ avatar Mar 15 '23 07:03 DUT-CSJ