-
Notifications
You must be signed in to change notification settings - Fork 131
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
Can't train the model? #12
Comments
I have met the other error: Solving it by exchanging "async" by "non_blocking", because 'async' is a reserved word in Python >= 3.7 |
As the GPUs are loading model sequentially, you may need to wait for around 20s, and then the training process will start. |
v = obj.cuda(dev, async=True) is not included in my repo, and I haven't seed similar problems. |
(base) davis@davis-MS-7B17:~/Network/EMANet-master$ python train.py
2019-08-31 13:50:14,703 - INFO - set log dir as ./logdir
2019-08-31 13:50:14,703 - INFO - set model dir as ./models
2019-08-31 13:50:17,131 - ERROR - No checkpoint ./models/latest.pth!
The Training step is stopped, so I have to Keyboard Interrupt it...
Does anybody know how to solve it?
The text was updated successfully, but these errors were encountered: