Skip to content

Instantly share code, notes, and snippets.

"""
Toy Free‑Form Flow (FFF) training demo on a 2D mixture of Gaussians.
Requires:
pip install matplotlib
pip install -e third_party/FFF
"""
from collections import defaultdict
import torch