Skip to content

Commit d34b073

Browse files
committed
README.md for examples/ (#106)
* examples readme * itai nits --------- Co-authored-by: Marton Havasi <marton@meta.com>
1 parent 15c9151 commit d34b073

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

examples/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Flow matching examples
2+
3+
## Image
4+
5+
[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. |
21+

0 commit comments

Comments
 (0)