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

Colab file for testing + networkx library downgrade #14

Open Mistrymm7 opened 3 years ago

Mistrymm7 commented 3 years ago

Hi, Thanks for sharing such amazing work.

I have made colab file for testing. https://colab.research.google.com/drive/1y6ovR3boDgG85GHa9tR-2UFH3HmWawkA?usp=sharing

I tested couple of months ago and when I tested recently it showed an error defining edges. Figured out that network library got upgraded and caused the error so I downgraded to network 2.4 version with smooth execution

ennauata commented 3 years ago

Hi @Mistrymm7, thanks a lot for sharing!