From 05291f41f63ddb20499357b96d3dafc91fb69071 Mon Sep 17 00:00:00 2001 From: Cornelius Specht Date: Thu, 13 Jun 2024 11:22:06 +0200 Subject: [PATCH] add matrix --- .woodpecker.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1a79993..8243b9a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: