Skip to content

Commit

Permalink
import torch to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cuent committed Jan 9, 2022
1 parent 42cafb3 commit 247dd79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchmetrics/classification/f_beta.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from typing import Any, Callable, Optional
from warnings import warn

import torch
from torch import Tensor

from torchmetrics.classification.stat_scores import StatScores
Expand Down

0 comments on commit 247dd79

Please sign in to comment.