You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matthews Correlation coefficient requires a positional argument num_classes, so it raises a TypeError:
missing 1 required positional argument: 'num_classes'
Hi @okbalefthanded, thanks for raising this issue.
Happy to report that it has already been solve in PR #1250. To fix the issue you can upgrade to master for now:
🐛 Bug
Matthews Correlation coefficient requires a positional argument num_classes, so it raises a TypeError:
missing 1 required positional argument: 'num_classes'
To Reproduce
Steps to reproduce the behavior...
The error is reported in this colab notebook :
https://colab.research.google.com/drive/1UvhPyPbzpF61SY-51ti8R_O-Vc2FP-vO?usp=sharing
Expected behavior
We expect the same behaviour as in v 0.9.3.
Environment
The text was updated successfully, but these errors were encountered: