Skip to content

Commit

Permalink
run cfg logconf4
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamScherlis committed May 24, 2024
1 parent e424073 commit c91df69
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions run_eight.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@
"--eval_every 100 "
"--save_every 100 "
"--save_total_limit 1 "
"--loss window "
"--loss logconf "
"--logconf_warmup_steps 80 "
"--balance_batch "
"--logconf_weight 0.5 "
"--minibatch_size {minibatch_size} "
"--weak_lr 5e-4 "
"--strong_lr 8e-5 "
'--run_name "window4" '
'--run_name "logconf4" '
)


Expand Down

0 comments on commit c91df69

Please sign in to comment.