Skip to content

Commit e974e6d

Browse files
committed
upd
1 parent 81929c9 commit e974e6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oml/functional/metrics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -635,4 +635,4 @@ def _check_if_in_range(vals: Sequence[float], min_: float, max_: float, name: st
635635
"calc_distance_matrix",
636636
"calculate_accuracy_on_triplets",
637637
"reduce_metrics",
638-
]
638+
]

oml/metrics/embeddings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,4 @@ def sync(self) -> None:
396396
self.acc = self.acc.sync()
397397

398398

399-
__all__ = ["TMetricsDict_ByLabels", "EmbeddingMetrics", "EmbeddingMetricsDDP"]
399+
__all__ = ["TMetricsDict_ByLabels", "EmbeddingMetrics", "EmbeddingMetricsDDP"]

0 commit comments

Comments
 (0)