From 2af15d8c78649156a75abac8033d718ba0f3c26d Mon Sep 17 00:00:00 2001 From: Denis <62305993+gudovskiyd@users.noreply.github.com> Date: Tue, 21 Mar 2023 11:44:58 -0700 Subject: [PATCH] Update __init__.py --- custom_models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_models/__init__.py b/custom_models/__init__.py index 8e07a00..51b6a2f 100644 --- a/custom_models/__init__.py +++ b/custom_models/__init__.py @@ -1,3 +1,3 @@ from .resnet import * -from .mobilenetv3 import * +# from .mobilenetv3 import * # temporary removed due top pytorch change from .utils import *