Skip to content

Commit

Permalink
Fix pickling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Smith committed Jul 30, 2018
1 parent a26c3d6 commit d88f1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research/object_detection/model_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def tpu_scaffold():
eval_metrics = ['coco_detection_metrics']
eval_metric_ops = eval_util.get_eval_metric_ops_for_evaluators(
eval_metrics,
category_index.values(),
list(category_index.values()),
eval_dict,
include_metrics_per_category=eval_config.include_metrics_per_category)
for loss_key, loss_tensor in iter(losses_dict.items()):
Expand Down

0 comments on commit d88f1fb

Please sign in to comment.