Skip to content

Commit 9be060b

Browse files
authored
switch train.py to train_wandb.py
1 parent c4091e2 commit 9be060b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ dvc stage add -n train \
4242
-p train.train_size,train.batch_size,train.epoch,train.lr \
4343
-d pipeline/modeling.py -d pipeline/train_wandb.py -d data \
4444
-o outputs/model \
45-
python pipeline/train.py outputs/model
45+
python pipeline/train_wandb.py outputs/model
4646
```
4747
11. Run the following `dvc stage add` for evaluate stage
4848
```bash

0 commit comments

Comments
 (0)