joshuacwnewton / d-SNE-PyTorch

A PyTorch port of the existing MXNet implementation for the 2019 CVPR paper "d-SNE: Domain Adaptation Using Stochastic Neighborhood Embedding."
7 stars 3 forks source link

Test dataloader should not set shuffle to True #3

Open charliezon opened 4 years ago

charliezon commented 4 years ago

https://github.com/joshuacwnewton/d-SNE-PyTorch/blob/68904ce16e5133dcca8a88e0bfb4393eb914847e/dsne_pytorch/data_loading/data_classes.py#L225