fix
Some checks failed
s434695-training/pipeline/head There was a failure building this commit

This commit is contained in:
s434695 2021-05-16 19:50:58 +02:00
parent 8172699654
commit 835f99ece5

4
Jenkinsfile vendored
View File

@ -34,9 +34,7 @@ pipeline {
steps
{
catchError {
sh 'python3.8 train.py ${BATCH_SIZE} ${EPOCHS}'
sh 'python3.8 sacred1.py ${BATCH_SIZE} ${EPOCHS}'
sh 'python3.8 sacred2.py ${BATCH_SIZE} ${EPOCHS}'
sh 'python3 train.py ${BATCH_SIZE} ${EPOCHS}'
}
}
}