Fix
This commit is contained in:
parent
ce684a4468
commit
19b8ac4d4a
@ -25,7 +25,7 @@ node {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's487197', url: 'https://git.wmi.amu.edu.pl/s487197/ium_487197']]])
|
||||
}
|
||||
stage('Dockerfile'){
|
||||
def testImage = docker.image('s487197/ium:47')
|
||||
def testImage = docker.image('s487197/ium:49')
|
||||
testImage.inside{
|
||||
copyArtifacts filter: 'baltimore_train.csv', projectName: 's487197-create-dataset'
|
||||
sh "python3 ium_sacred.py -epochs $EPOCHS -lr $LR -validation_split $VALIDATION_SPLIT"
|
||||
|
@ -109,6 +109,5 @@ def my_main(epochs, lr, validation_split, _run):
|
||||
_run.log_scalar('rmse', data['rmse'])
|
||||
_run.log_scalar('accuracy', data['accuracy'])
|
||||
"""
|
||||
|
||||
ex.run_commandline()
|
||||
#ex.run()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user