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, thank you for your outstanding contribution. How to train the inpaint model and which script and configuration to use in the project. However, your project only has image translation training scripts.
That depends on which model you would like to train:
Originally posted by @usert5432 in #38 (comment)
The text was updated successfully, but these errors were encountered: