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
[Flow matching on images.](image/) Pixel space image generation using continuous flow matching.
6
+
7
+
## Text
8
+
9
+
[Flow matching on text.](text/) Text generation using discrete flow matching.
10
+
11
+
## Notebooks
12
+
13
+
| Notebook | Description |
14
+
| --- | --- |
15
+
|[standalone_flow_matching.ipynb](standalone_flow_matching.ipynb)| A concise flow matching example built in pure PyTorch. |
16
+
|[standalone_discrete_flow_matching.ipynb](standalone_discrete_flow_matching.ipynb)| A concise discrete flow matching example built in pure PyTorch. |
17
+
|[2d_flow_matching.ipynb](2d_flow_matching.ipynb)| 2D flow matching example on the checkerboard dataset using the flow_matching library. |
18
+
|[2d_discrete_flow_matching.ipynb](2d_discrete_flow_matching.ipynb)| 2D discrete flow matching example on the checkerboard dataset using the flow_matching library. |
19
+
|[2d_riemannian_flow_matching_flat_torus.ipynb](2d_riemannian_flow_matching_flat_torus.ipynb)| 2D Riemannian flow matching on a flat torus on the checkerboard dataset and the flow_matching library. |
20
+
|[2d_riemannian_flow_matching_sphere.ipynb](2d_riemannian_flow_matching_sphere.ipynb)| 2D Riemannian flow matching on a sphere on the checkerboard dataset and the flow_matching library. |
0 commit comments