Skip to content

Instantly share code, notes, and snippets.

@xc308
xc308 / flow_matching.py
Created September 11, 2025 13:03 — forked from francois-rozet/flow_matching.py
Flow Matching in 100 LOC
#!/usr/bin/env python
import math
import matplotlib.pyplot as plt
import torch
import torch.nn as nn
from sklearn.datasets import make_moons
from torch import Tensor
from tqdm import tqdm