Skip to content
Snippets Groups Projects
Commit 8da4a79b authored by levzlotnik's avatar levzlotnik
Browse files

Fixed typo in filename of mobilenet_dropout.py

parent 9656aae1
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
"""This package contains ImageNet image classification models not found in torchvision"""
from .mobilenet import *
from .mobilenet_droupout import *
from .mobilenet_dropout import *
from .preresnet_imagenet import *
from .alexnet_batchnorm import *
from .resnet_earlyexit import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment