This commit is contained in:
Karol Cyganik 2024-05-26 14:02:37 +02:00
parent 1d1c419a33
commit c5f0d85b1a
6 changed files with 25 additions and 2 deletions

3
.dvc/.gitignore vendored Normal file
View File

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

5
.dvc/config Normal file
View File

@ -0,0 +1,5 @@
[core]
autostage = true
remote = ium_gd
['remote "ium_gd"']
url = gdrive://1aeZxv5MNAbXIE9ZQwOTRBr6UkpCzadjq

3
.dvcignore Normal file
View File

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

5
.gitignore vendored
View File

@ -174,6 +174,7 @@ ipython_config.py
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/
football_dataset/
football_dataset/images/
venvium/
lightning_logs/
lightning_logs/
/football_dataset

5
dvc.yaml Normal file
View File

@ -0,0 +1,5 @@
stages:
train:
cmd: python train.py --train=true --save_model=true
test:
cmd: python train_model.py

6
football_dataset.dvc Normal file
View File

@ -0,0 +1,6 @@
outs:
- md5: c2f4909054ee2311e15e7b81ded48b94.dir
size: 219213825
nfiles: 303
hash: md5
path: football_dataset