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 did you get the final_chkpt.pth? #13

Closed
wenli4313 opened this issue Nov 17, 2021 · 4 comments
Closed

How did you get the final_chkpt.pth? #13

wenli4313 opened this issue Nov 17, 2021 · 4 comments

Comments

@wenli4313
Copy link

Hi,I'm very interested in your work.
How did you get the final_chkpt.pth?
I am looking forward to your reply.Thank you very much.

@fabiopoiesi
Copy link
Owner

I used train.py of this repository.
I had problems with DataParallel, and I could not reproduce the results.
Try not use DataParallel and run a training only with one GPU.
It will take longer but you should be able to reproduce a similar checkpoint as mine.

@wenli4313
Copy link
Author

wenli4313 commented Nov 23, 2021 via email

@wenli4313
Copy link
Author

I am very interested in your work. Please reply when you see the message. Thank you very much

@fabiopoiesi
Copy link
Owner

This problem was addressed by setting Shuffle to false in the dataloader of the training function and by using only one GPU for training.

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