-
Notifications
You must be signed in to change notification settings - Fork 199
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
Multi-gpu support #64
Comments
Sorry this is currently not supported. You can however train multi instances on different GPUs, for example, to try out various settings. |
To train on a specific GPU you can use the CUDA_VISIBLE_DEVICES environment variable. Don't change the global "device" variable for that. |
Sorry for trouble you again. Where should I set the CUDA_VISIBLE_DEVICES?Could you please give me some resources or demo about that ? |
Hello, is there a way to run training on multiple gpus? have a machine with 4 gpus and was wondering if there was a config option(or plans) to enable multi-gpu support.
Thanks!
The text was updated successfully, but these errors were encountered: