conditional-flow-matching icon indicating copy to clipboard operation
conditional-flow-matching copied to clipboard

TorchCFM: a Conditional Flow Matching library

Results 37 conditional-flow-matching issues
Sort by recently updated
recently updated
newest added

## What does this PR do? Fixes #\ ## Before submitting - [ ] Did you make sure **title is self-explanatory** and **the description concisely explains the PR**? - [...

Hi, First of all this work is super impressive and thanks for doing it! I asked about computing the density of a sample [here](https://github.com/atong01/conditional-flow-matching/issues/88#issuecomment-2587622567). I was able to run this...

Hey, I've been experimenting with Conditional Flow Matching for a paper I'm currently working on and I've noticed that you have an incorrect implementation of `TargetConditionalFlowMatcher`, in particular, the `sample_xt`...

## What does this PR do? add star history to readme. ## Did you have fun? A lot of fun!

Hi! As recently discussed in #145 and #144 with @Xiaoming-Zhao (and I as had already mentioned in https://github.com/atong01/conditional-flow-matching/pull/116#discussion_r1695722539), I/we believe that it would be best to use epochs instead of...

Trying to run `python src/train.py trainer=gpu +trainer.precision=16 experiment=image_cfm` from runner, it seems like `model` is a partial at `conditional-flow-matching/runner/src/utils/utils.py`, line 152. I tried calling the function to initialize the model...

Hello, Thank you very much for this nice package and the papers. I wanted to kindly ask if the code for calculating the Normalized Path Energy for optimal transport used...