small-dataset-image-generation
small-dataset-image-generation copied to clipboard
How to run on multiple gpu?
Hi, the command "--gpu" specifies only the gpu to be used (for example, used the 2nd gpu instead of the first). How can I modify the code to run on multiple gpus? Thanks.
For me, using mpirun python ./train.py --config_path configs/default.yml
does not automatically detect that there are more than 1 gpus available.