resnet-cppn-gan-tensorflow
resnet-cppn-gan-tensorflow copied to clipboard
Using Residual Generative Adversarial Networks and Variational Auto-encoder techniques to produce high resolution images.
Results
1
resnet-cppn-gan-tensorflow issues
Sort by
recently updated
recently updated
newest added
tf.clip_by_global_norm(tf.gradients(self.d_loss_real, self.d_vars), self.grad_clip)\ why you use clip_by_global_norm, what do you want to avoid. I changed your code to make a special version of adversarial autoencoder, but the reconstru_mean uderflows, do...