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

Sampling samples for cifar10 #24

Open lizaitang opened 1 year ago

lizaitang commented 1 year ago

Dear Author, I am using python 3.8 with requirements version to sample some images, however, the program shows that it need higher version of tensor flow probability, how should I solve it , besides, how can I change the sample number of images and the format they will be stored, such as npz.

thanks