Skip to content

Commit 0f90a5a

Browse files
authored
Update templates.py
1 parent 73eda11 commit 0f90a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def ffhq256_autoenc():
147147
conf.eval_every_samples = 10_000_000
148148
conf.eval_ema_every_samples = 10_000_000
149149
conf.total_samples = 200_000_000
150-
conf.batch_size = 8
150+
conf.batch_size = 4
151151
conf.make_model_conf()
152152
conf.name = 'ffhq256_autoenc'
153153
return conf

0 commit comments

Comments
 (0)