-
Notifications
You must be signed in to change notification settings - Fork 43
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
关于分布式训练的问题 #15
Comments
您好! Hello! |
Hello, author!when I used the single card for training, I encountered the following problems. What should I do in this case? I'd appreciate it if you could give me an answer. unexpected key in source state_dict: fc.weight, fc.bias fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. |
Please refer to the resolution in Issue #5. It would be better if you can raise this issue alone instead of combining it with other issues. |
收到,我也在pycharm调试时尝试了,可以edit config 为 |
作者您好!
看到您的代码里通过script.sh和dist_train.sh,调用torch.distributed.launch实现分布式训练。
我想问如果单机单卡的话还需要分布式训练吗?是否直接Python train.py即可呢?
感谢您有意义的工作!
The text was updated successfully, but these errors were encountered: