custom_image_classifier_pytorch
custom_image_classifier_pytorch copied to clipboard
How can I train in multi GPU?
Hello, Thank you for the great frame work. I have question regarding GPU. Currently I am using a server which contains 8 GPUs. How can I use all of them while training?
I tried to use CUDA_VISIBLE_DEVICES=0,1,2,.... but didn't work.
It only uses 1 gpu.
Thank you.