mmeval

A unified evaluation library for multiple machine learning libraries

APACHE-2.0 License

Downloads
76
Stars
251
Committers
21
mmeval - MMEval V0.2.1 Release Latest Release

Published by zhouzaida over 1 year ago

Features

Enhancements

Bug fixes

Others

New Contributors

Full Changelog: https://github.com/open-mmlab/mmeval/compare/v0.2.0...v0.2.1

mmeval - MMEval V0.2.0 Release

Published by ice-tong almost 2 years ago

Since MMEval v0.2.0, we support evaluation with OneFlow!

Features

  • Add oneflow distributed backend (#59)
  • Support seven metrics for OneFlow backend (#58)

Documentations

  • Add mmeval into PYTHONPATH for API doc generation(#45)
  • Update qq group link (#56)
  • Add OneFlow support (#62)

Contributors

A total of 4 developers contributed to this release.
@vansin @ofhwei @zhouzaida @ice-tong

New Contributors

Full Changelog: https://github.com/open-mmlab/mmeval/compare/v0.1.0...v0.2.0

mmeval - MMEval V0.1.0 Release

Published by ice-tong almost 2 years ago

We are excited to introduce our new open-source library: MMEval, a unified and open cross-ML framework evaluation library.

Install MMEval via pip:

pip install mmeval

MMEval is a machine learning evaluation library that supports efficient and accurate distributed evaluation on a variety of machine learning frameworks. Major features:

  • Comprehensive metrics for various computer vision tasks (NLP will be covered soon!)
  • Efficient and accurate distributed evaluation, backed by multiple distributed communication backends
  • Support multiple machine learning frameworks via dynamic input dispatching mechanism