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

Did not go on training #35

Closed
hhhwww123 opened this issue Aug 11, 2019 · 4 comments
Closed

Did not go on training #35

hhhwww123 opened this issue Aug 11, 2019 · 4 comments

Comments

@hhhwww123
Copy link

Thanks a lot to help me solve the ‘run slave’ .However, there is a new issue happen:

/home/weizhaoxiang/anaconda3/envs/pytorch1.0/lib/python3.6/site-packages/torch/nn/_reduction.py:43: UserWarning: size_average and reduce args will be deprecated, please use reduction='mean' instead.
warnings.warn(warning.format(ret))
Using poly LR Scheduler!
Starting Epoch: 0
Total Epoches: 240
0%| | 0/371 [00:00<?, ?it/s]
=>Epoches 0, learning rate = 0.0050, previous best = 0.0000
/home/weizhaoxiang/anaconda3/envs/pytorch1.0/lib/python3.6/site-packages/torch/nn/functional.py:2390: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.
warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.")
problem.

After the print, the code did not go on training or break, just stop at here. And you can not check there is a thread exist with the command 'nvidia-smi'.

How to solve the problem??

@wuhuikai
Copy link
Owner

  1. Try to run it again and wait for a few minutes
  2. Ctrl + C and then report the error message

@hhhwww123
Copy link
Author

Thanks,it work!!But it's thread still can't be found exist with the command 'nvidia-smi'

@wuhuikai
Copy link
Owner

Can not figure out it :(
It works well on my machine.

@wuhuikai
Copy link
Owner

@hhhwww123 The code in branch latest is now ready, which uses official SyncBatchNorm and can run on all OS with PyTorch>=1.1.0.

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