denoising-diffusion-pytorch
denoising-diffusion-pytorch copied to clipboard
How much GPU memory is needed to run this code?
I am a newbie. I want to konw how much GPU memory is needed to run this code?
It mainly depends on your batch size and input resolution, such as
image_size=128, train_batch_size=14, it takes about 11G GPU memory
Thank you very much!