add res2net

This commit is contained in:
Dun Liang 2020-05-30 09:55:51 +08:00
parent f077571f83
commit 8aa5974fef
1 changed files with 2 additions and 1 deletions

View File

@ -15,4 +15,5 @@ from .mobilenet import *
from . import mnasnet
from .mnasnet import *
from . import shufflenetv2
from .shufflenetv2 import *
from .shufflenetv2 import *
from .res2net import res2net50, res2net101