NVlabs / edm

Elucidating the Design Space of Diffusion-Based Generative Models (EDM)
Other
1.29k stars 137 forks source link

About the Checkpoint #14

Open SYZhang0805 opened 1 year ago

SYZhang0805 commented 1 year ago

I want to know which checkpoint in the pretrain model is ccorresponding to the model trained by EDMloss in loss.py? In Table 1 in the paper, the EDM loss is not divided into vp and ve, but in the pretrain files I can find xxxx_vp.pkl or xxxx_ve.pkl. What's the different between xxxx_vp.pkl and xxxx_ve.pkl in pretrain files (not in baselines files)?