Skip to content
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

How can I train the model without pre-trained weight specified? #182

Open
salidw opened this issue Sep 14, 2022 · 1 comment
Open

How can I train the model without pre-trained weight specified? #182

salidw opened this issue Sep 14, 2022 · 1 comment

Comments

@salidw
Copy link

salidw commented Sep 14, 2022

No description provided.

@Jar-17
Copy link

Jar-17 commented Feb 29, 2024

I faced the same issue in training with mobilenetv3. I just get rid off the part that indicates the pre-trained model. The comment should like this
"python train_ssd.py --datasets D:\pytorch-ssd\voc_v1 --validation_dataset D:\pytorch-ssd\voc_v1 --net mb3-large-ssd-lite --scheduler multi-step --milestone 40,60 --lr 0.01 --t_max 100 --batch_size 36 --num_epochs 100 --base_net_lr 0.001"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants