Update __init__.py

pull/38/head
Denis 2023-03-21 11:44:58 -07:00 committed by GitHub
parent 0d8c20251e
commit 2af15d8c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
from .resnet import *
from .mobilenetv3 import *
# from .mobilenetv3 import * # temporary removed due top pytorch change
from .utils import *