From db8955d42ba18788844afcb93231922343107266 Mon Sep 17 00:00:00 2001 From: sarthakpati Date: Fri, 2 Feb 2024 09:15:54 -0500 Subject: [PATCH] using the 3d patch instead of the default 2d one --- .github/workflows/fets-challenge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fets-challenge.yml b/.github/workflows/fets-challenge.yml index ac7f7efb71..e95538869d 100644 --- a/.github/workflows/fets-challenge.yml +++ b/.github/workflows/fets-challenge.yml @@ -64,5 +64,6 @@ jobs: cd /home/runner/work/openfl/openfl ls file "/home/runner/work/openfl/openfl/config_segmentation.yaml" + sed -i 's/[128,128]/[32,32,32]/g' /home/runner/work/openfl/openfl/config_segmentation.yaml python -m tests.github.test_gandlf --template gandlf_seg_test --fed_workspace aggregator --col1 one --col2 two --rounds-to-train 1 --gandlf_config "/home/runner/work/openfl/openfl/config_segmentation.yaml"