# checkerboard-FM-tutorial **Repository Path**: nilbody_0/checkerboard-FM-tutorial ## Basic Information - **Project Name**: checkerboard-FM-tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-25 - **Last Updated**: 2026-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flow Matching on 2D Toy Data This project demonstrates Flow Matching on a 2D toy problem (Gaussian to Checkerboard). It includes: - Training with synthetic data - Learned velocity field visualizations - Sample trajectories and final outputs - Limitations and extensions of the method ## Contents - `flow_matching.ipynb`: main notebook - `images/`: optional visualizations for the README - `requirements.txt`: dependencies ## Setup ```bash pip install -r requirements.txt