提交 5bb29ece 编写于 作者: D dangqingqing

close log info in BN.

上级 f4f0f2da
......@@ -1884,7 +1884,7 @@ class BatchNormLayer(LayerBase):
# when either of it is non-zero.
if input_layer.width != 0 or input_layer.height != 0:
self.set_cnn_layer(name, image_conf.img_size_y, image_conf.img_size,
image_conf.channels, True)
image_conf.channels, False)
else:
self.set_layer_size(input_layer.size)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册