Dataset for CML

This commit is contained in:
Jan Nowak 2021-06-12 17:55:40 +02:00
parent cf24e497e5
commit 2469eafdea
2 changed files with 1435 additions and 1431 deletions

View File

@ -13,8 +13,12 @@ pipeline {
script {
def img = docker.build('rokoch/ium:01')
img.inside {
//sh 'dvc init -f'
//sh 'dvc run -n prepare -d create_dataset.py -o train_dataset.pt -o val_dataset.pt python3 create_dataset.py'
//sh 'dvc run -n train -d dlgssdpytorch.py -d train_dataset.pt -d val_dataset.pt -o model.pt python3 dlgssdpytorch.py'
sh 'dvc remote add -f -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp'
sh 'dvc remote modify --local ium_ssh_remote password IUM@2021'
//sh 'dvc push'
sh 'dvc pull'
sh 'dvc reproduce'
}

File diff suppressed because it is too large Load Diff