提交 309ff2b6 编写于 作者: M mir-of

minor fix

上级 774941a8
......@@ -22,6 +22,7 @@ def _conv2d(
weight_initializer=flow.variance_scaling_initializer(
2, 'fan_in', 'random_normal', data_format="NCHW"),
weight_regularizer=flow.regularizers.l2(1.0/32768),
trainable=True,
):
weight = flow.get_variable(
name + "-weight",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册