yang-song / score_sde_pytorch

PyTorch implementation for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
https://arxiv.org/abs/2011.13456
Apache License 2.0
1.58k stars 295 forks source link

Issues on evaluation #47

Open zjhJOJO opened 9 months ago

zjhJOJO commented 9 months ago

Thank you for open-sourcing your SDE code. However, when attempting to use the FID computation code in the provided Colab file, I encountered an error message stating that it cannot import the 'celeba_ncsnpp_continuous' name from the 'configs.ve' module. Could you please guide me on where to download this configuration file and the corresponding model checkpoints? Thanks once again.