Skip to content

Commit d8a5cc4

Browse files
author
tf-model-analysis-team
committed
Clean up a comment with references to bugs that have already been fixed.
PiperOrigin-RevId: 377386596
1 parent 70287e2 commit d8a5cc4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tensorflow_model_analysis/model_util.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,6 @@ def construct_fn(): # pylint: disable=invalid-name
590590
model.register_add_metric_callbacks(add_metrics_callbacks)
591591
model.graph_finalize()
592592
elif model_type == constants.TF_KERAS:
593-
# TODO(b/141524386, b/141566408): TPU Inference is not supported
594-
# for Keras saved_model yet.
595593
model = tf.keras.models.load_model(eval_saved_model_path)
596594
elif model_type == constants.TF_LITE:
597595
# The tf.lite.Interpreter is not thread-safe so we only load the model

0 commit comments

Comments
 (0)