add matrix
This commit is contained in:
parent
7a3c6f8393
commit
05291f41f6
|
@ -1,9 +1,14 @@
|
|||
matrix:
|
||||
MSTEPS:
|
||||
- 20
|
||||
- 30
|
||||
|
||||
steps:
|
||||
"train":
|
||||
image: nvcr.io/nvidia/tensorflow:23.10-tf2-py3
|
||||
commands:
|
||||
- echo "starting python script"
|
||||
- python run.py
|
||||
- python run.py
|
||||
"compress and upload":
|
||||
image: alpine:3
|
||||
commands:
|
||||
|
|
Loading…
Reference in New Issue