pjreddie/darknet

How to use the pretrained model, and freeze the backbone in darknet?

songyokn opened this issue · 0 comments

In Pytorch, i know there is a parameter named "requires_grad" . But in this repo, how can i use a pretrained model, and freeze the backbone like set "requires_grad==False" in Pytorch?