未验证 提交 bc5e0d7a 编写于 作者: W wuyefeilin 提交者: GitHub

update mobilenetv3.py (#405)

上级 d0db5532
_base_: '../_base_/cityscapes.yml'
iters: 160000
model:
type: DeepLabV3
backbone:
......
_base_: '../_base_/cityscapes.yml'
iters: 160000
model:
type: DeepLabV3
backbone:
......
......@@ -25,7 +25,8 @@ import paddle.nn as nn
import paddle.nn.functional as F
from paddle.nn import Conv2d, AdaptiveAvgPool2d
from paddle.nn import SyncBatchNorm as BatchNorm
from paddle.regularizer import L2Decay
# from paddle.regularizer import L2Decay
from paddle.fluid.regularizer import L2Decay
from paddle import ParamAttr
from paddleseg.models.common import layer_libs, activation
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册