Newbeeer / Poisson_flow

Code for NeurIPS 2022 Paper, "Poisson Flow Generative Models" (PFGM)
Apache License 2.0
851 stars 58 forks source link

ImportError: cannot import name 'ddpm' from 'models' #1

Closed landiaokafeiyan closed 2 years ago

Newbeeer commented 2 years ago

Hi Liangyan,

Thanks for pointing out the issue! We mistakenly deleted the DDPM files in the repo before. We didn't use DDPM model in current implementation, so I remove its reference in run_lib.py file. Please use the updated version!

Please let me know if the problem persists, or there are any follow-up issues.

Thanks, Yilun

landiaokafeiyan commented 2 years ago

Hi Yilun,

Thank you for the update.

I am trying to understand your paper with the code, any details will be very helpful.

Appreciate your reply.

Liangyan

Newbeeer commented 2 years ago

Sure. Feel free to open an issue anytime! Thanks.