-
Notifications
You must be signed in to change notification settings - Fork 617
Closed
Labels
Description
In the documentation it says that the average
parameters is None
by default but the signature has it as a required argument. See this line:
addons/tensorflow_addons/metrics/f_scores.py
Line 338 in 40de2b9
def __init__(self, num_classes, average, name='f1_score', |