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

linux or windows ? #41

Closed
trikiamine23 opened this issue Sep 1, 2022 · 4 comments
Closed

linux or windows ? #41

trikiamine23 opened this issue Sep 1, 2022 · 4 comments

Comments

@trikiamine23
Copy link

trikiamine23 commented Sep 1, 2022

can we run the train script on windows ?

@maycuatroi
Copy link

The train script works on both Linux and Windows. If you are struggling, please describe it in the issue.

@trikiamine23
Copy link
Author

All good I think, I was trying to make it work on windows, but I didn't see that by default it was used in multiGPU
I changed parameters and it worked just fine.
thank you

@cavidhabibov
Copy link

All good I think, I was trying to make it work on windows, but I didn't see that by default it was used in multiGPU I changed parameters and it worked just fine. thank you

@trikiamine23 , can you please explain me what parameters did you change and how did you handle ""RuntimeError: Distributed package doesn't have NCCL built in" on Windows?

@jackkwok
Copy link

@cavidhabibov , you just need to comment out one line in train.py:

strategy="ddp",

ddp stands for "distributed data parallel" which depends on Nvidia NCCL.

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

4 participants