You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: