Poisson_flow icon indicating copy to clipboard operation
Poisson_flow copied to clipboard

Code for NeurIPS 2022 Paper, "Poisson Flow Generative Models"

Results 3 Poisson_flow issues
Sort by recently updated
recently updated
newest added

Hello! I have a question that why we need to let neural network learn "z"... Both direction and magnitute of "z" can be obtained directly.. ![image](https://user-images.githubusercontent.com/28839782/226079440-2e51c2c0-85e8-4686-aa59-d3b7e880e572.png). best wishes, Huanran Chen

Hi, I was able to get the code to run and train on cifar 10. However, I am struggling to understand how would I inference with the model. Lets say...

Hi,I use the Ubuntu 20.04 system, and the server in the Python 3.8/cuda11.6 environment runs this command `python3 main.py --config ./configs/poisson/cifar10_ddpmpp.py --mode train --workdir poisson_ddpmpp` The following problems have occurred....