Skip to content

Commit ddad80c

Browse files
author
Your Name
committed
add new run_config
1 parent f309252 commit ddad80c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
target_time: 10hr
2+
batch_rate: 1
3+
4+
warmup_batches: 500
5+
# Turn down learning rate
6+
# b/c I suspect it will increase convergence
7+
# significantly
8+
lr: 1.00*1e-4
9+
10+
batch_size: 302
11+
micro_batches: 1
12+
precision: amp
13+
14+
checkpoints: 12
15+
diffusion_logs: 200
16+
evals: 120

0 commit comments

Comments
 (0)