From 44e88ec6d055da957e351dab5156e90b78879fb1 Mon Sep 17 00:00:00 2001 From: vmalefioudakis Date: Fri, 4 Oct 2024 14:00:51 +0300 Subject: [PATCH] add auto configure kernel and strides --- testing/test_full.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_full.py b/testing/test_full.py index bc5415a8c..f28d4b9a5 100644 --- a/testing/test_full.py +++ b/testing/test_full.py @@ -288,7 +288,7 @@ def test_train_segmentation_rad_2d(device): resume=False, reset=True, ) - + print(parameters["model"]["strides"]) sanitize_outputDir()