pytorch-dann icon indicating copy to clipboard operation
pytorch-dann copied to clipboard

A PyTorch implementation for Unsupervised Domain Adaptation by Backpropagation

Results 2 pytorch-dann issues
Sort by recently updated
recently updated
newest added

Hi, could you share where to download synth sign dataset? I can't found the link of this dataset in the Internet. Thanks.

in the document "https://github.com/wogong/pytorch-dann/blob/master/dann.ipynb" `from datasets.gtsrb_legacy import get_gtsrb as get_gtsrb_legacy` the gtsrb_legacy.py doesn't exist. could you please show me what it is and what is the difference between it and...