未验证 提交 d4e7878d 编写于 作者: L littletomatodonkey 提交者: GitHub

fix ghostnet (#505)

上级 de855adc
......@@ -21,6 +21,8 @@ from paddle.nn import Conv2D, BatchNorm, AdaptiveAvgPool2D, Linear
from paddle.regularizer import L2Decay
from paddle.nn.initializer import Uniform, KaimingNormal
__all__ = ["GhostNet_x0_5", "GhostNet_x1_0", "GhostNet_x1_3"]
class ConvBNLayer(nn.Layer):
def __init__(self,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册