Dataset for CML
This commit is contained in:
parent
cf24e497e5
commit
2469eafdea
@ -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'
|
||||
}
|
||||
|
2862
mms_norm.csv
2862
mms_norm.csv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user