neural-editor icon indicating copy to clipboard operation
neural-editor copied to clipboard

How can we run this on multiple GPUs?

Open elena-nuntio opened this issue 6 years ago • 1 comments

I've been trying to run this code on a multiple GPUs machine, by providing multiple GPU indexes in the CUDA_VISIBLE_DEVICES variable, but my machine always ends up running it on only one. Has anyone had success with this?

elena-nuntio avatar Apr 25 '18 21:04 elena-nuntio

I have also been working on this with not much success. Please let me know if you find a solution. I'll do the same. I also tried wrapping the model in Torch.DataParallel but no luck.

JackLangerman avatar Apr 25 '18 22:04 JackLangerman