Hacker News new | ask | show | jobs
by rasmi 3093 days ago
Take a look at TFGAN -- it might make these implementations much easier!

https://research.googleblog.com/2017/12/tfgan-lightweight-li...

https://github.com/tensorflow/tensorflow/tree/master/tensorf...

1 comments

It looks awesome, thanks!

The idea of this library is to show the inner workings of the GANs as they’re publicized in the papers, but I will definitely make some examples with TFGANs in the future for broader exposition. ;)