Hi,
Thank you for a great paper and for publishing the code for d-SNE.
I am trying to reproduce the MNIST-USPS results in Table 1 in your paper but so far I have been unable to do so.

To reproduce the results I have done following this:
- Forked your Git repository.
- Wrote a script to download MNIST and USPS datasets.
- Attempted to run
./scripts/digits-mt-us-su-s.sh
- Fixed several runtime errors and ran
./scripts/digits-mt-us-su-s.sh again. Please see the PR for the changes I made.
- Wrote a script to parse the logs and save the results to CSV files.
In my analysis, I get the following Eval-Acc-Tgt accuracies when performing domain adaptation from MNIST to USPS:
|
0 |
1 |
3 |
5 |
7 |
| d-SNE |
N/A |
41.1 |
38.5 |
40.1 |
43.7 |
What did I do wrong? Can you please provide some guidance?
Hi,
Thank you for a great paper and for publishing the code for d-SNE.
I am trying to reproduce the MNIST-USPS results in Table 1 in your paper but so far I have been unable to do so.
To reproduce the results I have done following this:
./scripts/digits-mt-us-su-s.sh./scripts/digits-mt-us-su-s.shagain. Please see the PR for the changes I made.In my analysis, I get the following Eval-Acc-Tgt accuracies when performing domain adaptation from MNIST to USPS:
What did I do wrong? Can you please provide some guidance?