#154 · Primary category: MLOps & Evaluation
clean-fid
PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]
Project last updated:08/02/25
GitHub Stars
1.2K
Forks
81
Contributors
12
License
MIT
Why we included this project
FID scores only mean something when the resizing and quantization steps behind them match what the reference implementations did, and small differences there can shift the number by more than the gap between competing models. clean-fid is a compact PyTorch library that gets those steps right, so the FID you compute lines up with the values quoted in papers instead of drifting. The compute_fid and compute_kid calls work against image folders, precomputed dataset statistics such as FFHQ and CIFAR-10, or a generator function directly, and CLIP-feature FID is supported too. For anyone training image generators, it is the practical way to benchmark against published baselines and tell whether a reported improvement is real.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models