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

This commit is contained in:
Adam Wojdyla 2022-06-05 13:24:05 +02:00
parent b83a697a88
commit 0cb21dc295
9 changed files with 0 additions and 71 deletions

3
.dvc/.gitignore vendored
View File

@ -1,3 +0,0 @@
/config.local
/tmp
/cache

View File

@ -1,4 +0,0 @@
[core]
remote = ium_ssh_remote
['remote "ium_ssh_remote"']
url = ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl

View File

@ -1,3 +0,0 @@
# Add patterns of files dvc should ignore, which could improve
# the performance. Learn more at
# https://dvc.org/doc/user-guide/dvcignore

View File

@ -1,4 +0,0 @@
outs:
- md5: 9170e9b525149cb1f571f318cd604913
size: 9894367
path: Car_Prices_Poland_Kaggle.csv

View File

@ -1,4 +0,0 @@
outs:
- md5: d871b8e809aa6dc34ed112655c72b706
size: 1649297
path: Car_Prices_Poland_Kaggle_dev.csv

View File

@ -1,4 +0,0 @@
outs:
- md5: d871b8e809aa6dc34ed112655c72b706
size: 1649297
path: Car_Prices_Poland_Kaggle_test.csv

View File

@ -1,4 +0,0 @@
outs:
- md5: eea2944b722fa2b8360a798a58812112
size: 6597679
path: Car_Prices_Poland_Kaggle_train.csv

View File

@ -1,29 +0,0 @@
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

View File

@ -1,16 +0,0 @@
stages:
prepare:
cmd: python3 script_prepare.py data/Car_Prices_Poland_Kaggle.csv
deps:
- data/Car_Prices_Poland_Kaggle.csv
- script_prepare.py
train:
cmd: python3 lab05_deepLearning.py 70
deps:
- data/Car_Prices_Poland_Kaggle_dev.csv
- data/Car_Prices_Poland_Kaggle_train.csv
- data/Car_Prices_Poland_Kaggle_test.csv
evaluate:
cmd: python3 lab10_evaluate.py
deps:
- CarPrices_pytorch_model.pkl