MCPcopy Index your code
hub / github.com/PrathamLearnsToCode/paper2code / evaluate.py

File evaluate.py

skills/paper2code/worked/ddpm/src/evaluate.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Denoising Diffusion Probabilistic Models — Evaluation (FID Score)
3
4Paper: https://arxiv.org/abs/2006.11239

Callers

nothing calls this directly

Calls 4

load_modelFunction · 0.85
generate_samplesFunction · 0.85
save_samplesFunction · 0.85
compute_fidFunction · 0.85

Tested by

no test coverage detected