From 79eb08848e94684307f0fb3a340afcb8126b8e45 Mon Sep 17 00:00:00 2001 From: Dalar Vartanians Date: Wed, 20 Mar 2024 01:18:55 +0000 Subject: [PATCH] #5079: add some comments --- tests/ttnn/unit_tests/operations/test_conv2d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ttnn/unit_tests/operations/test_conv2d.py b/tests/ttnn/unit_tests/operations/test_conv2d.py index 97d0321f940..469f35aacff 100644 --- a/tests/ttnn/unit_tests/operations/test_conv2d.py +++ b/tests/ttnn/unit_tests/operations/test_conv2d.py @@ -1078,7 +1078,7 @@ def test_unet_conv_wh( "batch_size, output_channels, input_channels, input_height, input_width, filter_height, filter_width, stride_h, stride_w, pad_h, pad_w, use_1d_systolic_array, config_override, use_shallow_conv_variant", ( # yolov4 convs with batch size 1 - # unique convs in yolov4 (complete list) # groups: number + # unique convs in yolov4 (complete list) # groups: 1 groups > 1 are commented out for now until they are supported. (1, 32, 3, 480, 640, 3, 3, 1, 1, 1, 1, True, None, False), # groups: 1 (1, 64, 32, 480, 640, 3, 3, 1, 1, 1, 1, True, None, False), # groups: 1 (1, 32, 64, 480, 640, 1, 1, 1, 1, 0, 0, True, None, False), # groups: 1