from .googlenet import * from .inception import *
from .mobilenet import * from .resnet import *
from .shufflenetv2 import *