kozistr / Awesome-GANs

Awesome Generative Adversarial Networks with tensorflow
MIT License
761 stars 163 forks source link

[rework] rework the code quality #17

Open kozistr opened 4 years ago

kozistr commented 4 years ago

Currently, there're lots of duplicates of codes. and hard to use and read.

So, modulizing and refactoring the code is needed.

DonaldTsang commented 4 years ago

Modularization through separating meta-structure, generators and discriminators.