Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ml-department-workshop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maciej Wielgosz
ml-department-workshop
Commits
da906910
Commit
da906910
authored
1 year ago
by
Maciej Wielgosz
Browse files
Options
Downloads
Patches
Plain Diff
Update run.py
parent
5285b015
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pipeline/run.py
+0
-8
0 additions, 8 deletions
pipeline/run.py
with
0 additions
and
8 deletions
pipeline/run.py
+
0
−
8
View file @
da906910
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment