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 0de43d1 commit b5a2afdCopy full SHA for b5a2afd
pytorch_lightning/metrics/classification/f_beta.py
@@ -212,7 +212,6 @@ class F1(FBeta):
212
def __init__(
213
self,
214
num_classes: int = 1,
215
- beta: float = 1.0,
216
threshold: float = 0.5,
217
average: str = "micro",
218
multilabel: bool = False,
pytorch_lightning/metrics/functional/f_beta.py
@@ -110,7 +110,6 @@ def f1(
110
preds: torch.Tensor,
111
target: torch.Tensor,
112
num_classes: int,
113
114
115
116
multilabel: bool = False
0 commit comments