ennauata / housegan

House-GAN: Relational Generative Adversarial Networks for Graph-constrained House Layout Generation
https://ennauata.github.io/housegan/page.html
Other
240 stars 67 forks source link

Question about applying loss function in HouseGAN #6

Open mikelmh025 opened 4 years ago

mikelmh025 commented 4 years ago

Hi there. I have question about applying adversarial loss in HouseGAN. I noticed that under main.py, self.adversarial_loss was defined but never used, while the loss was computed by directly using output from discriminator.

ennauata commented 4 years ago

Hello, I believe this might be an old piece of code that is not being used and that I forgot to remove.