From da9069101e49d2524092047ae3ad907059da239c Mon Sep 17 00:00:00 2001 From: Maciej Wielgosz <maciej.wielgosz@nibio.no> Date: Fri, 12 Jan 2024 10:48:06 +0000 Subject: [PATCH] Update run.py --- pipeline/run.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pipeline/run.py b/pipeline/run.py index d69d6ab..08c9cc8 100644 --- a/pipeline/run.py +++ b/pipeline/run.py @@ -1,11 +1,3 @@ -# The main run script is pipeline/run.py. -# This script will run the entire pipeline. -# It will first run the prepare_data step, then the train_model step, and finally the evaluate_model step. -# The prepare_data step will run the clean_file_names.py and prepare_train_val_test.py scripts. -# The train_model step will run the train_model.py script. -# The evaluate_model step will run the evaluate_model.py script. - - ############################## this section prepares the data for training ############################## from prepare_data.clean_file_names import clean_file_names -- GitLab