This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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 |