add dvc
This commit is contained in:
parent
1d1c419a33
commit
c5f0d85b1a
3
.dvc/.gitignore
vendored
Normal file
3
.dvc/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/config.local
|
||||
/tmp
|
||||
/cache
|
5
.dvc/config
Normal file
5
.dvc/config
Normal file
@ -0,0 +1,5 @@
|
||||
[core]
|
||||
autostage = true
|
||||
remote = ium_gd
|
||||
['remote "ium_gd"']
|
||||
url = gdrive://1aeZxv5MNAbXIE9ZQwOTRBr6UkpCzadjq
|
3
.dvcignore
Normal file
3
.dvcignore
Normal 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
5
.gitignore
vendored
@ -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
5
dvc.yaml
Normal 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
6
football_dataset.dvc
Normal file
@ -0,0 +1,6 @@
|
||||
outs:
|
||||
- md5: c2f4909054ee2311e15e7b81ded48b94.dir
|
||||
size: 219213825
|
||||
nfiles: 303
|
||||
hash: md5
|
||||
path: football_dataset
|
Loading…
Reference in New Issue
Block a user