I am trying to calculate the distance between the same dataset(USPS training dataset). According to the paper, it says $d{OT-N} \le d{OT}$. So I use the exact and default gaussian_approx method to compute the distance. However, the result gets from the gaussian approx is a little bit larger than the exact method which is almost 0 in this case, which seems different from the previous statement.
Dear auther,
I am trying to calculate the distance between the same dataset(USPS training dataset). According to the paper, it says $d{OT-N} \le d{OT}$. So I use the exact and default gaussian_approx method to compute the distance. However, the result gets from the gaussian approx is a little bit larger than the exact method which is almost 0 in this case, which seems different from the previous statement.
Here is the setting for two experiment: