Neural-Style-MMD
Neural-Style-MMD copied to clipboard
mmd_loss line 43
Hi, in line 43
of mmd_loss.py
, you wrote dot(x, x.T)
, I think it should be dot(x.T, x)
, correct?
@chanshing @lyttonhao sorry is there any MMD loss function using Keras? Thank you