提交 27e65a97 编写于 作者: S ShawnXuan

rm print

上级 dc684f67
......@@ -129,7 +129,6 @@ def resnet50(images, trainable=True):
# note: images.shape = (N C H W) in cc's new dataloader, transpose is not needed anymore
# images = flow.transpose(images, name="transpose", perm=[0, 3, 1, 2])
print(images.shape, "******************************")
with flow.deprecated.variable_scope("Resnet"):
stem = resnet_stem(images)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册