Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Nov 20, 2023
1 parent 534c7f9 commit 7dabf23
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions users/zeyer/experiments/exp2023_04_25_rf/baseline.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"""
Baseline, also intended to setup sis dir for import
"""

from .conformer_import_moh_att_2023_06_30 import train_exp, config_24gb_v4


# run directly via `sis m ...`
def py():
train_exp("base-24gb-v4", config_24gb_v4)

0 comments on commit 7dabf23

Please sign in to comment.