carpedm20 / DCGAN-tensorflow

A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
http://carpedm20.github.io/faces/
MIT License
7.15k stars 2.63k forks source link

Convert to tfjs? #357

Open noisyneuron opened 5 years ago

noisyneuron commented 5 years ago

Is it possible to convert the models to tensorflowjs compatible format? The tfjs_convertor no longer supports session bundles, and I can't seem to get the legacy convertor to work (v0.8.6) with the saved dcgan model... A lot of this is flying over my head, apologies if this is the wrong place to be asking. thanks!