scalable-pytorch-sinkhorn icon indicating copy to clipboard operation
scalable-pytorch-sinkhorn copied to clipboard

Results 4 scalable-pytorch-sinkhorn issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for the great repo. I have a question about the choice of `w_x` and `w_y`. If these two parameters are not assigned, they will be assigned uniform weights...

Currently, running the method on a batch of point cloud pairs requires iterating over the batch. a parallelized batched version would be very useful. Thanks for a great repo.

I noticed that on some occasions the code drops some points. Attaching a short example of code generating points on a sphere and shifting them by a little. Then I...

Exception has occurred: UnicodeDecodeError 'utf-8' codec can't decode byte 0xb2 in position 6: invalid start byte File "D:\python-code\scalable-pytorch-sinkhorn-main\sinkhorn.py", line 124, in sinkhorn u=eps*(log_a-summand_u.logsumexp(dim=1).squeeze()) ^^^^^^^^^^^^^^^^^^^^^^^^^^