DVC Fixes
This commit is contained in:
parent
3f7b2ec7cf
commit
114109ecf6
4
dvc.lock
Normal file
4
dvc.lock
Normal file
@ -0,0 +1,4 @@
|
||||
schema: '2.0'
|
||||
stages:
|
||||
prepare:
|
||||
cmd: download_dataset.sh
|
5
dvc.yaml
5
dvc.yaml
@ -1,6 +1,6 @@
|
||||
stages:
|
||||
prepare:
|
||||
cmd: ./download_dataset.sh
|
||||
cmd: download_dataset.sh
|
||||
|
||||
train:
|
||||
cmd: python3 train_model.py
|
||||
@ -11,4 +11,5 @@ stages:
|
||||
plots:
|
||||
- trend.png
|
||||
params:
|
||||
- model_params.yaml
|
||||
- batch_size
|
||||
- epochs
|
@ -1,3 +0,0 @@
|
||||
train:
|
||||
batch_size: 64
|
||||
epochs: 5
|
2
params.yaml
Normal file
2
params.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
batch_size: 64
|
||||
epochs: 5
|
Loading…
Reference in New Issue
Block a user