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 *