You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to train the yolov4 model with custom datasets. So I did wget to retrieve the pre-trained weights for the conv layers (e.g., yolov4.conv.137). Two questions here please:
with the default config file, how are the weights in the conv layers trained?
if I want to control the training of these conv weights, what parameters should I use?
I came from TF2.x background. With transfer learning, I usually lock some of the weights in the conv layers when I train the model with custom dataset. How do I do this in darknet?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to train the yolov4 model with custom datasets. So I did wget to retrieve the pre-trained weights for the conv layers (e.g., yolov4.conv.137). Two questions here please:
I came from TF2.x background. With transfer learning, I usually lock some of the weights in the conv layers when I train the model with custom dataset. How do I do this in darknet?
Beta Was this translation helpful? Give feedback.
All reactions