Skip to content
Snippets Groups Projects
Commit da906910 authored by Maciej Wielgosz's avatar Maciej Wielgosz
Browse files

Update run.py

parent 5285b015
No related branches found
No related tags found
No related merge requests found
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment