Skip to content
Snippets Groups Projects
Commit bc82f641 authored by haraldsr's avatar haraldsr
Browse files

fix config file train.py

parent ce051bb7
No related branches found
No related tags found
1 merge request!2fix config file train.py
......@@ -230,7 +230,7 @@ def main(model_name: str, config_loader: object, data_config_path: str, output_f
"data_config_path", default="config/data_config.json", type=click.Path(exists=True)
) # input_filepath = "./data/raw/Svalbard_Full/"
@click.argument(
"model_config_path", default="config/test_config.json", type=click.Path(exists=True)
"model_config_path", default="config/best_model_config.json", type=click.Path(exists=True)
) # input_filepath = "./data/raw/Svalbard_Full/"
@click.option("--model_name", default=None, type=str)
@click.option("--output_file_path", default="models/", type=click.Path())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment