facebookresearch / facebookresearch/flow_matching
solver.compute_likelihood with enable_grad=True returns a trajectory and logprob whose gradients are set to None
Open
- Dominant language
- Python
- Stars
- 4.7k
- Forks
- 373
- PR merge metrics
- No merged PRs in 30d
Description
I tried to use solver.compute_likelihood() with enable_grad=True to use your library to test a Continous Normalising Flow loss (logprob) instead of a Flow Matching objective. The gradients of the trajectory and logprob returned are both set to None. The maximum likelihood training objective cannot be trained.
Contributor guide
Assessment
This issue has not been assessed yet.