Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Deep Diving into GANs: From Theory to Production" #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ More info [here](http://tensorflow.org).
* [TensorFlow World](https://github.com/astorfi/TensorFlow-World) - Concise and ready-to-use TensorFlow tutorials with detailed documentation are provided.
* [Effective Tensorflow](https://github.com/vahidk/EffectiveTensorflow) - TensorFlow howtos and best practices. Covers the basics as well as advanced topics.
* [TensorLayer](http://tensorlayer.readthedocs.io/en/latest/user/tutorial.html) - Modular implementation for TensorFlow's official tutorials. ([CN](https://tensorlayercn.readthedocs.io/zh/latest/user/tutorial.html)).

* [Deep Diving into GANs: from theory to production](https://github.com/zurutech/gans-from-theory-to-production) Design, implement and productionize a GAN with TensorFlow.
<a name="github-projects" />

## Models/Projects
Expand Down Expand Up @@ -157,7 +157,7 @@ More info [here](http://tensorflow.org).
* [Tensorflow and deep learning - without at PhD](https://www.youtube.com/watch?v=vq2nnJ4g6N0) - by Martin Görner
* [Tensorflow and deep learning - without at PhD, Part 2 (Google Cloud Next '17)](https://www.youtube.com/watch?v=fTUwdXUFfI8) - by Martin Görner
* [Image recognition in Go using TensorFlow](https://youtu.be/P8MZ1Z2LHrw) - by Alex Pliutau

* [Deep Diving into GANs: From Theory to Production (EuroSciPy 2018)](https://www.youtube.com/watch?v=CePrdabdtxw) by Michele De Simoni, Paolo Galeone


<a name="papers" />
Expand Down