File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
example-get-started-experiments Expand file tree Collapse file tree 2 files changed +4
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 73
73
git commit -m " Add data"
74
74
dvc pull
75
75
76
-
77
- cp -r $HERE /code/notebooks TrainSegModel.ipynb
76
+ mkdir notebooks
77
+ cp $HERE /code/notebooks/TrainSegModel.ipynb notebooks/ TrainSegModel.ipynb
78
78
git add .
79
79
git commit -m " Add training notebook with DVCLive metrics"
80
80
git tag -a " 0-notebook-dvclive" -m " Notebook training pipeline"
81
81
82
82
83
- mv $HERE /code/notebooks/TrainSegModel-log-artifact .ipynb TrainSegModel.ipynb
83
+ cp $HERE /code/notebooks/TrainSegModel-logging .ipynb notebooks/ TrainSegModel.ipynb
84
84
git add .
85
85
tick
86
86
101
101
git commit -m " Run notebook and apply best experiment"
102
102
git tag -a " 2-model-added-to-registry" -m " Running pipeline and commiting best experiment"
103
103
104
- gto register pool-sergmentation --version v1.0.0
105
- tick
104
+ gto register pool-segmentation --version v1.0.0
106
105
gto assign pool-segmentation --version v1.0.0 --stage dev
107
106
tick
108
107
gto assign pool-segmentation --version v1.0.0 --stage prod
You can’t perform that action at this time.
0 commit comments