wassdistance icon indicating copy to clipboard operation
wassdistance copied to clipboard

Approximating Wasserstein distances with PyTorch

Results 6 wassdistance issues
Sort by recently updated
recently updated
newest added

Updated wasserstein submodule to include device

Thanks a lot for your work. But I don't know how to use this code, it does not like python main.py?

I applied the loss function in layers.py in my training, but I found it doesn't work. When I was trying to train a simple CNN with MNIST dataset, I checked...

Thank you for your work! It gives me a more clear understanding of OT. But I am new to the Sinkhorn iteration algorithm, and as I understand it, the iteration...

Very beautiful notebook! However, I believe your implementation of the Sinkhorn distance is faulty: The formal definition of the Sinkhorn Distance (SD) implies that the SD between two translated point...