Skip to content

xymtxwd/OSDA_with_soft_rejection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openset-DA

Pytorch implementation of Open Set Domain Adaptation with Soft Unknown-Class Rejection.

Requirements

  • Python 3.5+
  • PyTorch 0.4
  • torchvision
  • scikit-learn

Usage

Run SVHN -> MNIST

python train_digits_osda.py --task s2m --gpu <gpu_id>

Run USPS -> MNIST

python train_digits_osda.py --task u2m --gpu <gpu_id>

Run MNIST -> USPS

python train_digits_osda.py --task m2u --gpu <gpu_id>

The results should look like below:

About

Pytorch implementation of Open Set Domain Adaptation with Soft Unknown-Class Rejection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages