dvc push
Some checks failed
s444507-predict-s444356/pipeline/head This commit looks good
444507-training/pipeline/head This commit looks good
s444507-dvc/pipeline/head There was a failure building this commit
s444507-evaluation/pipeline/head This commit looks good

This commit is contained in:
Adam Wojdyla 2022-06-05 13:06:17 +02:00
parent 4eebcf3933
commit b83a697a88

29
dvc.lock Normal file
View 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