WGAN-tensorflow
WGAN-tensorflow copied to clipboard
about interpolated
isn't it that interpolated = train + alpha * (train - real_data)
?
I'm sorry I don't quite get why you think this way, since alpha range from 0 to 1, when alpha is 0, interpolated(in your equation) would be 2*train-real_data, which doesn't mean anything.