BEGAN-tensorflow icon indicating copy to clipboard operation
BEGAN-tensorflow copied to clipboard

if i want to use the d_loss on caffe , how can i compute the Gradient

Open paleblackless opened this issue 6 years ago • 0 comments

i want to use the Wasserstein loss on caffe,as we know BEGAN use tf.train.AdamOptimizer() to min the loss , however i want to to use the Wasserstein loss that 'd_loss =|Y-D(Y)| - |D(G(z)-G(z))|' on the caffe. how to compute the Gradient

paleblackless avatar Oct 05 '18 12:10 paleblackless