Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.93 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.93 KB

Introduction

This is the development branch for Trans-Learn. Compared with the master version, we have added

  • Regression DA (including Source Only, DD)
  • Unsupervised DA (including MCC)
  • Partial DA (DANN, PADA, IWAN)
  • Open Set DA (DANN, OSBP)
  • Segmentation DA (ADVENT, FDA, CycleGAN, Cycada)

We are planning to add

  • Segmentation DA (Self-training methods)
  • Keypoint Detection DA
  • Finetune Library (ftlib)

Trans-Learn is a Transfer Learning library based on pure PyTorch with high performance and friendly API. Our code is pythonic, and the design is consistent with torchvision. You can easily develop new algorithms, or easily apply existing algorithms..

There might be many errors and changes in this branch. Please refer master for stable version. Also, any suggestions are welcome!