pull/2088/head
unknown 5 years ago committed by zhouyaqiang
parent f1a004cfa2
commit f39a934a77

@ -13,11 +13,11 @@
# limitations under the License. # limitations under the License.
# ============================================================================ # ============================================================================
"""Init DeepLabv3.""" """Init DeepLabv3."""
from .deeplabv3 import ASPP, DeepLabV3, deeplabv3_resnet50 from .deeplabv3 import ASPP, deeplabv3_resnet50
from .backbone import * from .backbone import *
__all__ = [ __all__ = [
"ASPP", "DeepLabV3", "deeplabv3_resnet50" "ASPP", "deeplabv3_resnet50"
] ]
__all__.extend(backbone.__all__) __all__.extend(backbone.__all__)

Loading…
Cancel
Save