Skip to Content
Hands-On Convolutional Neural Networks with TensorFlow
book

Hands-On Convolutional Neural Networks with TensorFlow

by Iffat Zafar, Giounona Tzanidou, Richard Burton, Nimesh Patel, Leonardo Araujo
August 2018
Intermediate to advanced
272 pages
7h 2m
English
Packt Publishing
Content preview from Hands-On Convolutional Neural Networks with TensorFlow

WGAN

Wasserstein GAN is another variant of GANs that solve an issue that can happen when training GANs, called mode collapse. Moreover, it aims to give a metric that indicates when the GAN has converged, in other words, a loss function where the value has a meaning.

Important changes are to remove log from loss and clip the discriminator weights.

Also, follow these steps:

  • Train discriminator more than generator
  • Clip the weights of discriminator
  • Use RMSProp instead of Adam
  • Use low learning rates (0.0005)

A disadvantage of WGANs is that they are slower to train :

The image results produced by WGAN are still not that great, but this model ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Computer Vision Using Deep Learning: Neural Network Architectures with Python and Keras

Computer Vision Using Deep Learning: Neural Network Architectures with Python and Keras

Vaibhav Verdhan

Publisher Resources

ISBN: 9781789130331Supplemental Content