hi @fwilliams nice lib ! :)
I have a couple of questions about the sinkhorn algorithm you have implemented:
1- Do you have any paper reference about the original algorithm?
2- The a, b dirac weights shouldn't be 1/num_samples ? Instead in your examples you initialize to ones, and in practice I have found that with other values the algorithm doesn't converge properly.
Thanks,
hi @fwilliams nice lib ! :)
I have a couple of questions about the sinkhorn algorithm you have implemented:
1- Do you have any paper reference about the original algorithm?
2- The a, b dirac weights shouldn't be 1/num_samples ? Instead in your examples you initialize to ones, and in practice I have found that with other values the algorithm doesn't converge properly.
Thanks,