From 273f11b350506d48253c61c5cada1a80f5c84771 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Fri, 14 Jun 2024 13:15:49 +0200 Subject: [PATCH] typo --- src/sandbox/training.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sandbox/training.md b/src/sandbox/training.md index fa1e427..a5efe34 100644 --- a/src/sandbox/training.md +++ b/src/sandbox/training.md @@ -99,7 +99,7 @@ which returns a json with the download url of your uploaded file. ## Advanced Parameters (Matrix Workflos) The woodpecker cli yaml defintion files support [matrix workflows](https://woodpecker-ci.org/docs/usage/matrix-workflows), such that multiple pipeline runs are executed with all combinations of the predefined variables. -See the [test-ci](https://git.sandbox.iuk.hdm-stuttgart.de/grosse/test-ci/src/branch/matrix) matrix branch as an example to define multiple pipeline runs with different epochs and optimizers. In the CI it is showed with different label for each parameter: +See the [test-ci](https://git.sandbox.iuk.hdm-stuttgart.de/grosse/test-ci/src/branch/matrix) matrix branch as an example to define multiple pipeline runs with different epochs and optimizers. In the CI it is shown with different labels for each parameter: ![repos](./res/matrix-ci.png) ## Useful Links