Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Jul 9, 2024
1 parent e65f6ed commit 6151c54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions users/zeyer/experiments/exp2024_04_23_baselines/ctc.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,12 @@ def py():
else None
),
)
_train_experiments[
(
"v6-relPosAttDef-bhv20-11gb-f32-bs15k-accgrad1-mgpu4-pavg100-maxSeqLenAudio19_5-wd1e_2-lrlin1e_5_295k-featBN"
"-speedpertV2-spm128"
)
].get_training_job().set_env("CUDA_LAUNCH_BLOCKING", "1")

train_exp( # 5.78 (!!!)
"v6-relPosAttDef-aedLoss-bhv20-11gb-f32-bs15k-accgrad1-mgpu4-pavg100-wd1e_2-lrlin1e_5_295k-speedpertV2-spm10k",
Expand All @@ -453,6 +459,9 @@ def py():
)


_train_experiments: Dict[str, ModelWithCheckpoints] = {}


# noinspection PyShadowingNames
def train_exp(
name: str,
Expand Down Expand Up @@ -523,6 +532,7 @@ def train_exp(
prefix, task, model_with_checkpoint, recog_def=model_recog, recog_post_proc_funcs=recog_post_proc_funcs
)

_train_experiments[name] = model_with_checkpoint
return model_with_checkpoint


Expand Down

0 comments on commit 6151c54

Please sign in to comment.