When I ran twostep.py, It occured. TypeError: get_f1_scores() missing 1 required positional argument: 'labels' How to change it? https://github.com/aod321/icnn-face/blob/07fb481cf1b0324daa738132482f3056b613ebdf/twostep.py#L85 And can I get F1 score for every single parts in training stage2? Thanks a lot!
When I ran twostep.py, It occured.
TypeError: get_f1_scores() missing 1 required positional argument: 'labels'
How to change it?
icnn-face/twostep.py
Line 85 in 07fb481
And can I get F1 score for every single parts in training stage2?
Thanks a lot!