Commit 3ec25e5d authored by Shawn Wang's avatar Shawn Wang
Browse files

Delint.

parent f9742f43
...@@ -349,7 +349,7 @@ def compute_eval_loss_and_metrics(logits, # type: tf.Tensor ...@@ -349,7 +349,7 @@ def compute_eval_loss_and_metrics(logits, # type: tf.Tensor
def compute_top_k_and_ndcg(logits, # type: tf.Tensor def compute_top_k_and_ndcg(logits, # type: tf.Tensor
duplicate_mask, # type: tf.Tensor duplicate_mask, # type: tf.Tensor
match_mlperf=False # type: bool match_mlperf=False # type: bool
): ):
"""Compute inputs of metric calculation. """Compute inputs of metric calculation.
Args: Args:
......
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