cyclomon / 3dbraingen

Official Pytorch Implementation of "Generation of 3D Brain MRI Using Auto-Encoding Generative Adversarial Network" (accepted by MICCAI 2019)
MIT License
126 stars 38 forks source link

Update Alpha_WGAN_ADNI_train.ipynb #10

Open ShadowTwin41 opened 3 years ago

ShadowTwin41 commented 3 years ago

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 said is correct.