corenel / pytorch-adda

A PyTorch implementation for Adversarial Discriminative Domain Adaptation
MIT License
474 stars 139 forks source link

USPS to MNIST #3

Open redhat12345 opened 6 years ago

redhat12345 commented 6 years ago

How can we do the experiment for USPS to MNIST?

aasharma90 commented 5 years ago

How about simply swapping the source and target datasets? In my understanding, you can simply swap their corresponding params in the params.py file, without having to change anything in any other file. Just try and see if it works.

ashiqimran commented 4 years ago

I have tried to SWAP, but it gives an error. Anybody tried it successfully?