Commit ce042962 authored by Sam DeLuca's avatar Sam DeLuca
Browse files

bugfix

parent 3ad85a19
...@@ -334,7 +334,7 @@ def main(args): ...@@ -334,7 +334,7 @@ def main(args):
out, working_batch, feature_dict, feature_processor, args out, working_batch, feature_dict, feature_processor, args
) )
output_name = f'{tag}_{args.model_name}' output_name = f'{tag}_{args.config_preset}'
if model_version is not None: if model_version is not None:
output_name = f'{output_name}_{model_version}' output_name = f'{output_name}_{model_version}'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment