Add GhostNetV2

This commit is contained in:
yehuitang 2023-08-13 18:20:27 +08:00 committed by GitHub
parent fc865282e5
commit b407794e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ from .eva import *
from .focalnet import *
from .gcvit import *
from .ghostnet import *
from .ghostnetv2 import *
from .hardcorenas import *
from .hrnet import *
from .inception_resnet_v2 import *