Skip to content

Commit 2082046

Browse files
committed
set higher num train steps, so non-practitioners do not think it is completed
1 parent 3c5b7e2 commit 2082046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ trainer = Trainer(
6262
image_size = 128,
6363
train_batch_size = 32,
6464
train_lr = 2e-5,
65-
train_num_steps = 100000, # total training steps
65+
train_num_steps = 700000, # total training steps
6666
gradient_accumulate_every = 2, # gradient accumulation steps
6767
ema_decay = 0.995, # exponential moving average decay
6868
fp16 = True # turn on mixed precision training with apex

0 commit comments

Comments
 (0)