addons
addons copied to clipboard
F1Score is not working with sparse labels
Hello,
I tried to use F1Score metrics instead of accuracy during training. I get an error with incompatible shapes because I used sparse_categorical_crossentropy and my labels are sparsely defined.
Please can I or you implement a sparse version of F1Score?
Thanks. Have a nice day.