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

Unable to save training model #16

Open
donggc opened this issue Dec 24, 2018 · 3 comments
Open

Unable to save training model #16

donggc opened this issue Dec 24, 2018 · 3 comments

Comments

@donggc
Copy link

donggc commented Dec 24, 2018

Use the following command to train the model, but model is not produced after the training.
python train_siamrpn.py --dataroot=/home//projects/firefox-downloads/Siamese-RPN-pytorch-master/vot2013 --lr=0.001 --checkpoint_path=/home//projects/firefox-downloads/Siamese-RPN-pytorch-master/pretrainedModel/weights-0690000.pth.tar

@donggc
Copy link
Author

donggc commented Dec 24, 2018

Looking forward to your reply

@qchenclaire
Copy link

Use the following command to train the model, but model is not produced after the training.
python train_siamrpn.py --dataroot=/home//projects/firefox-downloads/Siamese-RPN-pytorch-master/vot2013 --lr=0.001 --checkpoint_path=/home//projects/firefox-downloads/Siamese-RPN-pytorch-master/pretrainedModel/weights-0690000.pth.tar

Moving https://github.com/songdejia/Siamese-RPN-pytorch/blob/master/code_v1.0/train_siamrpn.py#L247 to the loop of https://github.com/songdejia/Siamese-RPN-pytorch/blob/master/code_v1.0/train_siamrpn.py#L89 works for me

@XiongZhongxia
Copy link

XiongZhongxia commented May 9, 2019

Putting line247-254 in the loop of each epoch will solve this.

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

3 participants