pull/117/head
littletomatodonkey 2020-05-14 08:17:25 +00:00
parent 88e671b2f3
commit 008d7eb10a
1 changed files with 1 additions and 1 deletions

View File

@ -46,4 +46,4 @@ from .resnet_acnet import ResNet18_ACNet, ResNet34_ACNet, ResNet50_ACNet, ResNet
# distillation model
from .distillation_models import ResNet50_vd_distill_MobileNetV3_large_x1_0, ResNeXt101_32x16d_wsl_distill_ResNet50_vd
from .csp_resnet import *
from .csp_resnet import CSPResNet50, CSPResNet101