My Flow Matching Library
- Ressources: GitHub
- When: 2025
- Associated to: My Internship

This is a library I have developped during my internship at Télécom Paris, under the supervision of Yann Gousseau, Alasdair Newson and Andrés Almansa. It implements everything needed to do basic Flow Matching, and is based on the equations in the paper “Flow Matching Guide and Code” [arxiv][https://arxiv.org/pdf/2412.06264] by Meta. To be more precise, it implements:
- Basic FM using specified schedulers and an affine path
- Classifier-Guided FM
- Classifier-free guidance
It is built using pytorch-lightning and hydra, enabling the user to train models on multiple GPUs and giving access to extensive features.
Here are the examples notebooks for this library:
