dome272 / Diffusion-Models-pytorch

Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)
Apache License 2.0
1.11k stars 256 forks source link

how can i modify the code to train on 3D data like x = torch.randn(3, 3, 64, 64, 64) #16

Open jjhhan opened 1 year ago

jjhhan commented 1 year ago

Thanks for your great job. I want to test the code on the 3D data, Could you please give me some advice on how to change the code?

cucdengjunli commented 1 year ago

same question