只能在linux系统下训练吗 #348
Replies: 4 comments 1 reply
|
win10不支援pytorch distributed,不過我目前把dist相關的code都註解掉後可以使用單GPU在windows10下訓練 |
1 reply
Answer selected by
ZhiyuanChen
请问您是直接注释 什么代码都没加吗? 我这边总是提示 rank 等变量出现问题,手动置为0,也总是提示不支持分布式训练。 |
0 replies
同学方便留个联系方式吗?最近因为疫情原因,只能在家做毕设了,有些问题还想请教您。我邮箱614295948@qq.com。可以直接加我QQ。谢谢啦~ |
0 replies
你需要注释掉所有分布式训练的代码 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
win10不支援pytorch distributed,不過我目前把dist相關的code都註解掉後可以使用單GPU在windows10下訓練