GaoHF

Results 12 comments of GaoHF

Have you compiled Tensorflow 1.8 with CUDA 9.2 in Linux for example ubuntu?

Thank you very much

have you solve this problem?

Have you try the emd loss when training autoencoder? This can‘t converge. Do you have the same problem?

Do you know, why in emd folder test.py file the point has the dimension(1500, 6)?? This means the point has 6 columns. When i try to change the 6 to...

and how to use your emd.py

dist = EMDModule() p1 = torch.rand(10,1000,6) p2 = torch.rand(10,1500,6) points1 = Variable(p1,requires_grad = True) points2 = Variable(p2, requires_grad = True) I don't understand why this is (10, 1000, 6 )....

@pclucas14 have you implement a new code about EMD?