3dbraingen icon indicating copy to clipboard operation
3dbraingen copied to clipboard

Official Pytorch Implementation of "Generation of 3D Brain MRI Using Auto-Encoding Generative Adversarial Network" (accepted by MICCAI 2019)

Results 8 3dbraingen issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to use the framework on a custom dataset. In VAEGAN_ADNI_train, I want to resize the images to 128*128*128 by setting sp_size=128 instead of sp_size=64. On running...

RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [1, 64, 3, 3, 3]] is at version 293; expected version 292 instead....

RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [1000, 512, 4, 4, 4]] is at version 2; expected version 1 instead....

Hi, I registered an account for the ADNI database. It seems group name CN stands for "Cognitively Normal (NL/CN)" from ADNI system. AND group name Control stands for "Normal Control"....

In https://arxiv.org/pdf/1908.02498.pdf article the generator loss is just calculated using the d_loss and the l1_loss. The c_loss is just used in lossCodeDiscriminator calculation. Please, let me know if what I...

In https://arxiv.org/pdf/1908.02498.pdf article the generator loss is just calculated using the d_loss and the l1_loss. The c_loss is just used in lossCodeDiscriminator calculation. Please, let me know if what I...

Excuse me, it seems that the file called 'test.ipynb' cannot be open. It is appreciated if you check it. Thanks so much!

Hi, I was wondering why did you guys decide to use batch norm in a critic of WGAN-GP. The paper on Improved training of WGAN(the one where gradient penalty is...