Update default cfg dir in train CLI

This commit is contained in:
Adriane Boyd 2020-06-03 14:15:50 +02:00
parent f1f9c8b417
commit 10d938f221

View File

@ -112,7 +112,7 @@ def train(
eval_beam_widths.sort()
has_beam_widths = eval_beam_widths != [1]
default_dir = Path(__file__).parent.parent / "ml" / "models" / "defaults"
default_dir = Path(__file__).parent.parent / "pipeline" / "defaults"
# Set up the base model and pipeline. If a base model is specified, load
# the model and make sure the pipeline matches the pipeline setting. If