Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aeeaf9a

Browse files
committed
remove stale TODO.
1 parent 12714f8 commit aeeaf9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

research/object_detection/meta_architectures/faster_rcnn_meta_arch.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262
postprocessing operations are always normalized boxes however, internally, we
6363
sometimes convert to absolute --- e.g. for loss computation. In particular,
6464
anchors and proposal_boxes are both represented as absolute coordinates.
65-
66-
TODO: Support TPU implementations.
6765
"""
6866
from abc import abstractmethod
6967
from functools import partial

0 commit comments

Comments
 (0)