"test/srt/test_openai_function_calling.py" did not exist on "ac3fae8445da9791ce95db9fc28db01976b68e4c"
Commit aeeaf9a3 authored by Vivek Rathod's avatar Vivek Rathod
Browse files

remove stale TODO.

parent 12714f88
...@@ -62,8 +62,6 @@ Following the API (see model.DetectionModel definition), our outputs after ...@@ -62,8 +62,6 @@ Following the API (see model.DetectionModel definition), our outputs after
postprocessing operations are always normalized boxes however, internally, we postprocessing operations are always normalized boxes however, internally, we
sometimes convert to absolute --- e.g. for loss computation. In particular, sometimes convert to absolute --- e.g. for loss computation. In particular,
anchors and proposal_boxes are both represented as absolute coordinates. anchors and proposal_boxes are both represented as absolute coordinates.
TODO: Support TPU implementations.
""" """
from abc import abstractmethod from abc import abstractmethod
from functools import partial from functools import partial
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment