Skip to content
/ ruda Public

Official implementation of RUDA from paper"Robust Domain Adaptation

Notifications You must be signed in to change notification settings

vbouvier/ruda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RUDA implemented in PyTorch

To appear at ECML-PKDD2020 https://ecmlpkdd2020.net/ (Best (student) ML paper award)

Based on implementation from https://github.com/thuml/CDAN

Folders

  • pytorch (where .py are stored)
  • data (where data is stored)
    • 1 folder for each dataset.
    • .txt file with path to images are stored here.

Prerequisites

  • PyTorch >= 0.4.0 (with suitable CUDA and CuDNN version)
  • torchvision >= 0.2.1
  • Python3
  • Numpy
  • argparse
  • PIL

Data

Training

python train_image_submission.py

Details about arguments: python train_image_submission.py -h

About

Official implementation of RUDA from paper"Robust Domain Adaptation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages