Lightning-Universe / lightning-transformers

Flexible components pairing 🤗 Transformers with :zap: Pytorch Lightning
https://lightning-transformers.readthedocs.io
Apache License 2.0
607 stars 77 forks source link

Micro to macro conversion for Classification Metrics #255

Closed tanmoyio closed 2 years ago

tanmoyio commented 2 years ago

This PR will fix this https://github.com/PyTorchLightning/lightning-transformers/issues/253

codecov[bot] commented 2 years ago

Codecov Report

Merging #255 (71857c1) into master (9f25baa) will not change coverage. The diff coverage is 100%.

@@          Coverage Diff          @@
##           master   #255   +/-   ##
=====================================
  Coverage      75%    75%           
=====================================
  Files          73     73           
  Lines        1622   1622           
=====================================
  Hits         1210   1210           
  Misses        412    412           
SeanNaren commented 2 years ago

Thank you @tanmoyio 🔥