From 65055af4423c636f3c3499571fca5c547aac912d Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Mon, 9 Dec 2024 12:11:39 +0000 Subject: [PATCH] Ignore mypy for maxvit --- mypy.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mypy.ini b/mypy.ini index d6f3cb16963..d8ab11d0d21 100644 --- a/mypy.ini +++ b/mypy.ini @@ -45,6 +45,10 @@ ignore_errors = True ignore_errors=True +[mypy-torchvision.models.maxvit.*] + +ignore_errors=True + [mypy-torchvision.models.detection.anchor_utils] ignore_errors = True