Skip to content

Commit

Permalink
Merge branch 'ranking_metrics' of https://github.com/PyTorchLightning…
Browse files Browse the repository at this point in the history
…/metrics into ranking_metrics
  • Loading branch information
SkafteNicki committed Mar 21, 2022
2 parents bc2ce5a + bc9dd8e commit cfd0f75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torchmetrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import logging as __logging
import os

from torchmetrics.__about__ import * # noqa: F401, F403

_logger = __logging.getLogger("torchmetrics")
_logger.addHandler(__logging.StreamHandler())
_logger.setLevel(__logging.INFO)
Expand Down

0 comments on commit cfd0f75

Please sign in to comment.