Train using multiple GPUs
masterTo utilize all available GPUs on a machine, add the --multi-gpus flag. The batch size will be divided evenly across the GPUs. Use the CUDA_VISIBLE_DEVICES environment variable to restrict training to specific GPUs.
$ stylegan2_pytorch --data ./data --multi-gpus --batch-size 32 --gradient-accumulate-every 1