Closed peterdarkdarkgogo closed 2 years ago
Two possible reasons:
(1) the maxsize flag yields a data loader that randomly subsamples the dataset, so these two loaders will return datasets of size 2000 that most likely do not have the same samples, hence the non-zero distance
(2) if you are not using the debiased verstion (debiased=True
flag), then there is an entropy regularization term in the OT distance that biases the result away from zero.
Thank you David!
I tried to measure the same dataset otdd, but the result told me that it's not zero.
The result is 346.16