dvc push
This commit is contained in:
parent
4eebcf3933
commit
b83a697a88
29
dvc.lock
Normal file
29
dvc.lock
Normal file
@ -0,0 +1,29 @@
|
||||
schema: '2.0'
|
||||
stages:
|
||||
prepare:
|
||||
cmd: python3 script_prepare.py data/Car_Prices_Poland_Kaggle.csv
|
||||
deps:
|
||||
- path: data/Car_Prices_Poland_Kaggle.csv
|
||||
md5: 9170e9b525149cb1f571f318cd604913
|
||||
size: 9894367
|
||||
- path: script_prepare.py
|
||||
md5: f1dfe33a503f5acc687c53dee448f71b
|
||||
size: 1899
|
||||
train:
|
||||
cmd: python3 lab05_deepLearning.py 70
|
||||
deps:
|
||||
- path: data/Car_Prices_Poland_Kaggle_dev.csv
|
||||
md5: d871b8e809aa6dc34ed112655c72b706
|
||||
size: 1649297
|
||||
- path: data/Car_Prices_Poland_Kaggle_test.csv
|
||||
md5: d871b8e809aa6dc34ed112655c72b706
|
||||
size: 1649297
|
||||
- path: data/Car_Prices_Poland_Kaggle_train.csv
|
||||
md5: eea2944b722fa2b8360a798a58812112
|
||||
size: 6597679
|
||||
evaluate:
|
||||
cmd: python3 lab10_evaluate.py
|
||||
deps:
|
||||
- path: CarPrices_pytorch_model.pkl
|
||||
md5: d4e84588eb394bd2c0b4860314d3e8d0
|
||||
size: 30039
|
Loading…
Reference in New Issue
Block a user