improved-diffusion icon indicating copy to clipboard operation
improved-diffusion copied to clipboard

Using improved-diffusion code for 3D data

Open 40uf411 opened this issue 2 years ago • 0 comments

Hi,

I am trying your code to train on 3D data but so far I am having issues with which parameters to change to make it work. A sample from my data is 50x150x150, and so far, I have changed the the dim in the UNET and added this to the create model function: elif image_size == 150 channel_mult = (1, 2, 2, 4, 4) But I am still having some errors due to Unet architecture.

Is there any guide on how to port this to 3D?

Thanks.

40uf411 avatar Apr 26 '23 15:04 40uf411