Results 3 issues of darthy

'res' in cfr_net.py line 149 is not defined. It should be res = tf.abs(y - y_) or just use 'risk' equivalently.

line 82 in Optimal_transport/optimal_transport.py should be ".... @ X1"

Thanks for sharing the code, the idea for distributional discriminator is great. However, I find the following issue in the toy_demo notebook: According to my understanding, in toy_demo.ipynb In [7],...