How to change option from pretrained to not pretrained? #2544
-
|
I want to compare the training performance of pretrained model with not pretrained model. This is hrnet config code model setting model settingsmodel = dict( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
To avoid using the pre-trained model, just remove the |
Beta Was this translation helpful? Give feedback.
To avoid using the pre-trained model, just remove the
init_cfgitem from the configuration.