DANN
DANN copied to clipboard
SVHN dataset
Hello, Thanks for your nice work!
Where can I get the SVHN and MNIST dataset you used.
@GakkiAogSan
- Why did you use target_train_loader to test ?
Hello, Thanks for your nice work!
Where can I get the SVHN and MNIST dataset you used.
Sorry for my negligence, the svhn and mnist is on http://www.cs.umd.edu/~yogesh/datasets/digits.zip. As for mnist_m, maybe you can download from https://drive.google.com/open?id=0B_tExHiYS-0veklUZHFYT19KYjg.
@GakkiAogSan
- Why did you use target_train_loader to test ?
I don't know if I understand it wrong, there are some method use the target_train data for test. Maybe in unsupervised domain adaptation, target train data have no label, that can be considered as test data simultaneously.