update parametrization
This commit is contained in:
parent
314ddddfb5
commit
493a8cfcf8
@ -13,7 +13,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Train model with sacred') {
|
stage('Train model with sacred') {
|
||||||
steps {
|
steps {
|
||||||
sh "python3 lab07_sacred.py $epoch"
|
sh "python3 lab07_sacred.py with 'config=$epoch'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user