diff --git a/ppdet/modeling/anchor_heads/yolo_head.py b/ppdet/modeling/anchor_heads/yolo_head.py index 5ff4b84c73c90fc4a2569ccd76176fb7a594abc3..2b1b3da78876fc56c6394f48502fcbf2fe692d5e 100644 --- a/ppdet/modeling/anchor_heads/yolo_head.py +++ b/ppdet/modeling/anchor_heads/yolo_head.py @@ -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 [