Add missing data
This commit is contained in:
parent
114109ecf6
commit
04e0f99981
9
dvc.yaml
9
dvc.yaml
@ -8,8 +8,11 @@ stages:
|
||||
- data/Plant_1_Generation_data.csv.train
|
||||
outs:
|
||||
- model_out
|
||||
plots:
|
||||
- trend.png
|
||||
params:
|
||||
- batch_size
|
||||
- epochs
|
||||
- epochs
|
||||
|
||||
eval:
|
||||
cmd: python3 eval_model.py
|
||||
plots:
|
||||
- trend.png
|
4
model_out.dvc
Normal file
4
model_out.dvc
Normal file
@ -0,0 +1,4 @@
|
||||
outs:
|
||||
- md5: f2ffce61fd98cae453d461c825ed765d
|
||||
size: 10903
|
||||
path: model_out
|
4
trend.png.dvc
Normal file
4
trend.png.dvc
Normal file
@ -0,0 +1,4 @@
|
||||
outs:
|
||||
- md5: 187e7f313c76d84889866222a6327f5b
|
||||
size: 18681
|
||||
path: trend.png
|
Loading…
Reference in New Issue
Block a user