atong01 / conditional-flow-matching

TorchCFM: a Conditional Flow Matching library
https://arxiv.org/abs/2302.00482
MIT License
875 stars 60 forks source link

Add explicit batch size parameter for FID computation #110

Closed QB3 closed 4 months ago

QB3 commented 4 months ago

What does this PR do?

Add explicit batch size parameter for FID computation

Before submitting

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 35.92%. Comparing base (fa13e7c) to head (8074f56).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #110 +/- ## ======================================= Coverage 35.92% 35.92% ======================================= Files 67 67 Lines 7399 7399 ======================================= Hits 2658 2658 Misses 4741 4741 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

atong01 commented 4 months ago

LGTM. Thanks!