Update __init__.py

This commit is contained in:
morizin 2021-04-24 18:22:36 +05:30 committed by GitHub
parent 06841427cd
commit fd022fd6a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ from .ghostnet import *
from .gluon_resnet import *
from .gluon_xception import *
from .hardcorenas import *
from .coat import *
from .hrnet import *
from .inception_resnet_v2 import *
from .inception_v3 import *