Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed May 20, 2024
1 parent bb9f282 commit 68552ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion users/zeyer/experiments/exp2024_04_23_baselines/aed.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,14 @@ def py():
vocab="spm10k",
)

# Testing sampling in SPM. Baseline without sampling: 5.24 dev-other.
# The lower the alpha, the more aggressive the sampling.
# alpha=0.1 seems too aggressive for AED, bad convergence
for alpha in [0.3, 0.5, 0.7]:
for alpha in [
0.3, # 5.26
0.5,
0.7, # 4.98 (!!)
]:
train_exp(
f"v6-bhv20-11gb-f32-bs15k-accgrad1-mgpu4-pavg100-wd1e_2-lrlin1e_5_295k-speedpertV2-spm10k"
f"-spmSample{str(alpha).replace('.', '')}",
Expand Down

0 comments on commit 68552ae

Please sign in to comment.