Hacker News new | ask | show | jobs
Generative Adversarial Networks Code in PyTorch and Tensorflow (github.com)
139 points by diegoalejogm 3092 days ago
2 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. ;)

More models coming soon! :)
Cool! Did you try using tensorflow's eager execution?
I've read a little bit about it. I think it would be a good idea since we don't need to run the subgraphs on parallel or something like that, therefore eliminating the need for a TF session per se.

I'll be helping Diego with some new models, it'd be awesome if you join :)

That’s the next step, after implementing more GAN papers. If you’re up to it, you’re very welcome to contribute with that. :)