提交 02953d8d 编写于 作者: D dengkaipeng

remove print

上级 d98eef2e
......@@ -188,9 +188,6 @@ class YOLOv3Head(object):
out = fluid.layers.resize_nearest(
input=input, scale=float(scale), name=name)
else:
print("upsample", upsample)
import sys
sys.stdout.flush()
assert isinstance(
upsample, dict), "Unknown upsample method: {}".format(upsample)
assert upsample['type'] in [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册