You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting a lot of help from this project. Thank you! I have one question. Is the method for generating samples(ex images) with models trained using the FM framework the same as that of basic CFM and Exact OT CFM? I wonder if it is possible to sample in the same way (e.g., Euler or Midpoint) even when using Exact OT CFM. Currently, this project seems to be using something called NeuralODE from torchdyn, but it's difficult to understand because it's wrapped like this. If I use Exact OT CFM, do I need to start with noise that has been sampled using the Exact OT sampler?
The text was updated successfully, but these errors were encountered:
The FM method (detnoted TargetConditionalFlowMatcher) has to be trained between a Gaussian and your data distribution. CFM and OT-CFM can be trained between any p_0 distribution and your data distribution.
I am getting a lot of help from this project. Thank you! I have one question. Is the method for generating samples(ex images) with models trained using the FM framework the same as that of basic CFM and Exact OT CFM? I wonder if it is possible to sample in the same way (e.g., Euler or Midpoint) even when using Exact OT CFM. Currently, this project seems to be using something called NeuralODE from torchdyn, but it's difficult to understand because it's wrapped like this. If I use Exact OT CFM, do I need to start with noise that has been sampled using the Exact OT sampler?
The text was updated successfully, but these errors were encountered: