atong01 / conditional-flow-matching

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

Add tests on lambda_t, low sigma values and guided functions #80

Closed kilianFatras closed 11 months ago

kilianFatras commented 11 months ago

What does this PR do?

I have added some tests on conditional flow matcher classes. Namely, I am now testing lambda_t, low sigma values and guided functions with return_noise.

Before submitting

Did you have fun?

Make sure you had fun coding 🙃

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (e96c52c) 35.81% compared to head (3f08702) 35.90%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #80 +/- ## ========================================== + Coverage 35.81% 35.90% +0.09% ========================================== Files 67 67 Lines 7419 7419 ========================================== + Hits 2657 2664 +7 + Misses 4762 4755 -7 ```

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