Skip to content
forked from zhyhan/RDA

Robust Domain Adaptation under Noisy Environments

License

Notifications You must be signed in to change notification settings

ReloJeffrey/RDA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robust Domain Adaptation

Code release for "Towards Accurate and Robust Domain Adaptation under Multiple Noisy Environments" submitted into TKDE.

Prerequisites:

  • Python == 3.7
  • PyTorch ==1.8.1 (with suitable CUDA and CuDNN version)
  • torchvision == 0.9.01
  • Numpy
  • argparse
  • easydict
  • pillow = 2.3.5
  • tqdm

Dataset:

You need to modify the path of the image in every ".txt" in "./data". The COVID-19 dataset can be downloaded at the BaiduCloud and the code is c8kk.

Training:

You can run "./scripts/train.sh" to train and evaluate on the task. Before that, you need to change the project root, dataset (Office-home or Office-31), data address and CUDA_VISIBLE_DEVICES in the script.

Contact

If you have any problem about our code, feel free to contact [email protected]

About

Robust Domain Adaptation under Noisy Environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 70.7%
  • Shell 19.2%
  • Python 10.1%