lint
Former-commit-id: d821d933e6cb982d648a69f85f6ad01d0560ed70
This commit is contained in:
@@ -65,6 +65,7 @@ class ComputeAccuracy:
|
||||
r"""
|
||||
Computes accuracy and supports `batch_eval_metrics`.
|
||||
"""
|
||||
|
||||
def _dump(self) -> Optional[Dict[str, float]]:
|
||||
result = None
|
||||
if hasattr(self, "score_dict"):
|
||||
|
||||
Reference in New Issue
Block a user