This commit is contained in:
root 2024-05-25 12:07:37 +02:00
parent 146a9ae15d
commit ecd9e8afc3
2 changed files with 14 additions and 1 deletions

View File

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

11
dvc.yaml Normal file
View File

@ -0,0 +1,11 @@
stages:
train:
cmd: jupyter notebook Biblioteka_DL_trenowanie.ipynb
outs:
- models/model.keras
evaluate:
cmd: jupyter notebook Biblioteka_DL_predykcja.ipynb
deps:
- models/model.keras
outs:
- output/predictions.txt