ThisisBillhe / EfficientDM

[ICLR 2024 Spotlight] This is the official PyTorch implementation of "EfficientDM: Efficient Quantization-Aware Fine-Tuning of Low-Bit Diffusion Models"
MIT License
49 stars 3 forks source link

Reproduce of CIFAR results. #8

Open csguoh opened 3 months ago

csguoh commented 3 months ago

Hi, Thanks very much for sharing this awesome repo. In the paper, you have given the results on CIFAR-10 with DDIM and ImageNet with LDM-1.4. I only find the code of ImageNet in this repo. How can I reproduce the results of CIFAR10 with EfficientDM? Thanks you!