From 9e073185d1c18657feb392b9c4a61ac1749c6a2e Mon Sep 17 00:00:00 2001 From: felix Date: Wed, 4 Dec 2024 08:49:03 +0100 Subject: [PATCH] update note --- tests/pytorch/test_models_recognition_pt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytorch/test_models_recognition_pt.py b/tests/pytorch/test_models_recognition_pt.py index a6c4f33ea4..194089a37b 100644 --- a/tests/pytorch/test_models_recognition_pt.py +++ b/tests/pytorch/test_models_recognition_pt.py @@ -164,7 +164,7 @@ def test_models_onnx_export(arch_name, input_shape): "crnn_mobilenet_v3_small", "crnn_mobilenet_v3_large", "sar_resnet31", - # "master", NOTE: MASTER model isn't compilable yet + # "master", NOTE: MASTER model isn't 100% safe compilable yet (pytorch v2.5.1) - sometimes it fails to compile. "vitstr_small", "vitstr_base", "parseq",