We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5b7e2 commit 2082046Copy full SHA for 2082046
README.md
@@ -62,7 +62,7 @@ trainer = Trainer(
62
image_size = 128,
63
train_batch_size = 32,
64
train_lr = 2e-5,
65
- train_num_steps = 100000, # total training steps
+ train_num_steps = 700000, # total training steps
66
gradient_accumulate_every = 2, # gradient accumulation steps
67
ema_decay = 0.995, # exponential moving average decay
68
fp16 = True # turn on mixed precision training with apex
0 commit comments