Skip to content

Commit 9796692

Browse files
committed
more
1 parent 8ec816f commit 9796692

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

users/zeyer/experiments/exp2024_04_23_baselines/ctc_claix2023.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
def py():
3030
from returnn.frontend.encoder.conformer import ConformerConvSubsample
3131

32+
# Consistency regularization (CR) (crLoss).
3233
for opts in [
3334
# Baseline (n12) has {"dev-clean": 2.35, "dev-other": 5.65, "test-clean": 2.66, "test-other": 5.94}.
3435
# CLAIX baseline: {"dev-clean": 2.54, "dev-other": 5.93, "test-clean": 2.68, "test-other": 6.27}
@@ -115,6 +116,8 @@ def py():
115116
)
116117
del opts, use_cr_ctc, name
117118

119+
# TODO Instead of CR, use _interpolate_grad_probs.
120+
118121
# shuffleBatch100. But not so relevant here? No large laplace, also max 200 seqs in batch.
119122
# (n12-b250k-shuffleBatch100-spm10k) 6.15
120123

0 commit comments

Comments
 (0)