Merge pull request !2088 from z00378171/master
pull/2088/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit 34790387e3

@ -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