GSTT-CSC / MLOps

Framework for building ML apps
GNU General Public License v3.0
9 stars 5 forks source link

should not allow run_project with modified files #54

Closed laurencejackson closed 2 years ago

laurencejackson commented 2 years ago

(From Haris)

A user can currently modify files and run a experiement without git committing. This means that the git commit ID is meaningless as it does not reflect the condition of the files when the experiment is run.

The run_project should check for any files that have been modified but not committed and should not let the user run a training run until they've committed modified files.

https://github.com/GSTT-CSC/Project_template/issues/12

laurencejackson commented 2 years ago

resolved by #58