File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ This project shows how to realize MLOps in Git/GitHub. In order to achieve this
29
29
$ dvc stage add -n train \
30
30
-p train.train_size,train.batch_size,train.epoch,train.lr \
31
31
-d pipeline/modeling.py -d pipeline/train.py -d data \
32
- --plots-no-cache dvclive/scalars/loss.tsv \
33
- --plots-no-cache dvclive/scalars/sparse_categorical_accuracy.tsv \
34
- --plots-no-cache dvclive/scalars/val_loss .tsv \
35
- --plots-no-cache dvclive/scalars/val_sparse_categorical_accuracy .tsv \
32
+ --plots-no-cache dvclive/scalars/train/ loss.tsv \
33
+ --plots-no-cache dvclive/scalars/train/ sparse_categorical_accuracy.tsv \
34
+ --plots-no-cache dvclive/scalars/eval/loss .tsv \
35
+ --plots-no-cache dvclive/scalars/eval/sparse_categorical_accuracy .tsv \
36
36
-o outputs/model \
37
37
python pipeline/train.py outputs/model
38
38
```
You can’t perform that action at this time.
0 commit comments