You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That depends on which model you would like to train:
If you would like to pre-train an image inpainting model, then simply run the pre-training on a machine with several GPUs and set CUDA_VISIBLE_DEVICES environment variable to "comma separated list of GPU indices" . The pre-training script will automatically use data parallel training.
If you would like to train a style transfer model, then unfortunately, there is currently no way to train it on multiple GPUs.
Hello, how can I train this model using multiple GPUs?
The text was updated successfully, but these errors were encountered: