We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a599ef commit a25181fCopy full SHA for a25181f
run_ffhq256.py
@@ -4,7 +4,7 @@
4
if __name__ == '__main__':
5
# 256 requires 8x v100s, in our case, on two nodes.
6
# do not run this directly, use `sbatch run_ffhq256.sh` to spawn the srun properly.
7
- gpus = [0, 1, 2, 3]
8
- nodes = 2
+ gpus = [0]
+ nodes = 1
9
conf = ffhq256_autoenc()
10
- train(conf, gpus=gpus, nodes=nodes)
+ train(conf, gpus=gpus, nodes=nodes)
0 commit comments