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

Where "last_checkpoint" should be modified to reflect the absolute path of "model_final.pth"? #6

Closed
amanchadha opened this issue May 18, 2020 · 1 comment

Comments

@amanchadha
Copy link

amanchadha commented May 18, 2020

"2. Using our pretrained VC model on COCO

Here we also provide our pretrained VC model. You can put it into the model dictionary and set the last_checkpoint with the absolute path of model_final.pth. Then run the command:

python -m torch.distributed.launch --nproc_per_node=$NGPUS tools/test_net.py --config-file "path/to/config/file.yaml" TEST.IMS_PER_BA"

Can you please describe where "last_checkpoint" should be modified to reflect the absolute path of "model_final.pth"?

@Wangt-CN
Copy link
Owner

Sorry for the late reply.
Actually if you train the model, the network would save the model in the set dictionary and create the 'last_checkpoint' file.
For user who want directly use test file, I would upload this file later. Or you can just create one and the content is just the absolute path of model_final.pth.

@Wangt-CN Wangt-CN closed this as completed Aug 7, 2020
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