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
2929$ dvc stage add -n train \
3030 -p train.train_size,train.batch_size,train.epoch,train.lr \
3131 -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 \
3636 -o outputs/model \
3737 python pipeline/train.py outputs/model
3838```
You can’t perform that action at this time.
0 commit comments