Commit 4655684b authored by mibaumgartner's avatar mibaumgartner
Browse files

bug fix args

parent 65594170
...@@ -180,7 +180,7 @@ def main(): ...@@ -180,7 +180,7 @@ def main():
training_dir = get_training_dir(task_model_dir / task_name / model, fold) training_dir = get_training_dir(task_model_dir / task_name / model, fold)
process = args.no_preprocess process = args.no_preprocess
if test_split: if test_split and process:
raise ValueError("When using the test split option raw data is not " raise ValueError("When using the test split option raw data is not "
"supported. Need to add --no_preprocess flag!") "supported. Need to add --no_preprocess flag!")
......
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