dome272 / Diffusion-Models-pytorch

Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jjhhan opened this issue · comments

commented

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?

same question