pytorch / torcheval

A library that contains a rich collection of performant PyTorch model metrics, a simple interface to create new metrics, a toolkit to facilitate metric computation in distributed training and tools for PyTorch model evaluations.
https://pytorch.org/torcheval
Other
211 stars 46 forks source link

hook up new tensor sync into torcheval #162

Closed JKSenthil closed 1 year ago

JKSenthil commented 1 year ago

Summary: now toolkit uses the sync_states function from synclib

Reviewed By: ananthsub

Differential Revision: D46861515

facebook-github-bot commented 1 year ago

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

codecov[bot] commented 1 year ago

Codecov Report

Merging #162 (567d6ea) into main (f6166a4) will decrease coverage by 0.28%. The diff coverage is 14.17%.

:exclamation: Current head 567d6ea differs from pull request most recent head 16d5d1b. Consider uploading reports for the commit 16d5d1b to get more accurate results

@@            Coverage Diff             @@
##             main     #162      +/-   ##
==========================================
- Coverage   24.45%   24.18%   -0.28%     
==========================================
  Files         176      178       +2     
  Lines       10349    10669     +320     
==========================================
+ Hits         2531     2580      +49     
- Misses       7818     8089     +271     
Impacted Files Coverage Δ
tests/metrics/aggregation/test_cat.py 35.89% <ø> (ø)
tests/metrics/aggregation/test_throughput.py 33.33% <0.00%> (ø)
tests/metrics/test_metric.py 12.06% <ø> (+0.20%) :arrow_up:
tests/metrics/window/test_auroc.py 16.43% <ø> (ø)
tests/metrics/window/test_click_through_rate.py 20.68% <ø> (ø)
tests/metrics/window/test_mean_squared_error.py 11.57% <ø> (ø)
tests/metrics/window/test_weighted_calibration.py 21.42% <ø> (ø)
torcheval/metrics/aggregation/cat.py 50.00% <0.00%> (ø)
torcheval/metrics/window/auroc.py 15.85% <0.00%> (ø)
torcheval/metrics/window/click_through_rate.py 17.33% <0.00%> (ø)
... and 9 more

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

facebook-github-bot commented 1 year ago

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

facebook-github-bot commented 1 year ago

This pull request has been reverted by c4183d1157b8adb1e81ccd183c4fe85a12b2e9d1.