We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4091e2 commit 9be060bCopy full SHA for 9be060b
README.md
@@ -42,7 +42,7 @@ $ dvc stage add -n train \
42
-p train.train_size,train.batch_size,train.epoch,train.lr \
43
-d pipeline/modeling.py -d pipeline/train_wandb.py -d data \
44
-o outputs/model \
45
- python pipeline/train.py outputs/model
+ python pipeline/train_wandb.py outputs/model
46
```
47
11. Run the following `dvc stage add` for evaluate stage
48
```bash
0 commit comments