Skip to content

Commit 6de7767

Browse files
committed
addressing comments
1 parent 73e9d6d commit 6de7767

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

official/vision/beta/projects/yolo/modeling/layers/detection_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def __init__(self,
5151
max_delta: gradient clipping to apply to the box loss.
5252
loss_type: `str` for the typeof iou loss to use with in {ciou, diou,
5353
giou, iou}.
54-
use_tie_breaker: TODO unused?
5554
iou_normalizer: `float` for how much to scale the loss on the IOU or the
5655
boxes.
5756
cls_normalizer: `float` for how much to scale the loss on the classes.

0 commit comments

Comments
 (0)