Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed May 10, 2024
1 parent a6d950e commit 9850521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions users/zeyer/experiments/exp2024_04_23_baselines/aed.py
Expand Up @@ -52,10 +52,10 @@ def py():
)

for max_seq_len in [
60,
60, # 5.39
74, # now EOS is not counted, so this is same as before
75, # 5.32?
None,
None, # 5.17
]:
train_exp(
f"v6-bhv20-11gb-f32-bs15k-accgrad1-mgpu4-maxSeqLen{max_seq_len}-pavg100-wd1e_2-lrlin1e_5_295k-speedpertV2",
Expand Down

0 comments on commit 9850521

Please sign in to comment.