Skip to content

Commit a25181f

Browse files
authored
Update run_ffhq256.py
1 parent 2a599ef commit a25181f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run_ffhq256.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
if __name__ == '__main__':
55
# 256 requires 8x v100s, in our case, on two nodes.
66
# do not run this directly, use `sbatch run_ffhq256.sh` to spawn the srun properly.
7-
gpus = [0, 1, 2, 3]
8-
nodes = 2
7+
gpus = [0]
8+
nodes = 1
99
conf = ffhq256_autoenc()
10-
train(conf, gpus=gpus, nodes=nodes)
10+
train(conf, gpus=gpus, nodes=nodes)

0 commit comments

Comments
 (0)