diff --git a/JenkinsfileNeural b/JenkinsfileNeural index e96cca5..5e095fc 100644 --- a/JenkinsfileNeural +++ b/JenkinsfileNeural @@ -17,7 +17,7 @@ node { } stage('Clone repo') { - /*try {*/ docker.image("karopa/ium:26").inside { + /*try {*/ docker.image("karopa/ium:27").inside { stage('Test') { checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]]) copyArtifacts fingerprintArtifacts: true, projectName: 's434765-create-dataset', selector: buildParameter("BUILD_SELECTOR") diff --git a/neural_network.py b/neural_network.py index 0aee4a0..4bea90b 100644 --- a/neural_network.py +++ b/neural_network.py @@ -106,4 +106,4 @@ def my_main(epochs_amount): ex.run() -ex.add_artifact("model") \ No newline at end of file +ex.add_artifact("model/saved_model.pb") \ No newline at end of file