senu-et

Results 1 comments of senu-et

Gradient clipping instead of weight clipping # for WGAN model all the gradients should clip to (-0.01,0.01) for idx,grad in enumerate(gradients_of_d) : gradients_of_d[idx]=tf.clip_by_value(grad,-0.01,0.01)