This commit is contained in:
parent
8172699654
commit
835f99ece5
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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}'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user