We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b48977 commit 5f6f839Copy full SHA for 5f6f839
algoperf/workloads/cifar/cifar_jax/workload.py
@@ -220,4 +220,4 @@ def _normalize_eval_metrics(
220
self, num_examples: int, total_metrics: Dict[str, Any]
221
) -> Dict[str, float]:
222
"""Normalize eval metrics."""
223
- return jax.tree_map(lambda x: x / num_examples, total_metrics)
+ return jax.tree.map(lambda x: x / num_examples, total_metrics)
0 commit comments