facebookresearch / ClassyVision

An end-to-end PyTorch framework for image and video classification
https://classyvision.ai
MIT License
1.59k stars 278 forks source link

meter usage logging implementation #675

Open hjjimmykim opened 3 years ago

hjjimmykim commented 3 years ago

Summary: Ensures that all meter classes (e.g. precision, accuracy, recall) inheriting from the base class classy_vision/meters/classy_meter.py have their usage logged. This is done through the log_class_usage function defined in classy_vision/generic/util.py.

Differential Revision: D25680979

facebook-github-bot commented 3 years ago

This pull request was exported from Phabricator. Differential Revision: D25680979