-
Notifications
You must be signed in to change notification settings - Fork 163
How to set the parameters of the pre-training model #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
if you want to train for a new dataset, you can freeze the base,norm,extras first and then fine-tuning the whole parameter. If you want to train the network from the imageNet pretrain model, only freeze the base part. |
i want to train for a new dataset 。Is my parameter setting like this?As follows:
|
where can i get the mobilenet_v2_rfb_lite_voc_73.4.pth' and other **.pth files |
have you got it ? |
Would you mind attaching the whole config file? The relative pretrained weights in the master branch are stored in the google drive. You can find the relative links at here https://github.com/ShuangXieIrene/ssds.pytorch#performance. |
i want to use pre-training model
The text was updated successfully, but these errors were encountered: