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

How to train with Multi-GPUs #26

Open
robinaman opened this issue Jan 2, 2020 · 2 comments
Open

How to train with Multi-GPUs #26

robinaman opened this issue Jan 2, 2020 · 2 comments

Comments

@robinaman
Copy link

according to the "option.py". it's ok to use "--n_GPUs". Howerver, it didn't work

@Akshaypatil7
Copy link

Akshaypatil7 commented Aug 19, 2020

same question. Did you solved it. I also tried setting the : os.environ["CUDA_VISIBLE_DEVICES"] = "0,1"

@dkjangid910ucsb
Copy link

SAN network does not work on Multiple GPUs. I have written codes for other models and it works fine on multiple GPUs. I figured out that following may be the reason for the SAN network " pytorch/pytorch#8637". It is written as testModule as given in the first answer.

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

3 participants