ProfBressan / GearNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GearNet

AAAI 2022: GearNet: Stepwise Dual Learning for Weakly Supervised Domain Adaptation. (Pytorch implementation)

Dataset

Office-31 dataset and Office-Home dataset which could be downloaded here.

Notes

This code is run under the following environment:

  • Python 3.8.3
  • PyTorch 1.6.0

Training

All the commands are shown in scripts files.

Citation

If you find this useful in your research, please consider citing:

@article{xie2022gearnet,
  title={GearNet: Stepwise Dual Learning for Weakly Supervised Domain Adaptation},
  author={Xie, Renchunzi and Wei, Hongxin and Feng, Lei and An, Bo},
  journal={arXiv preprint arXiv:2201.06001},
  year={2022}
}

Contact

If you have any problems about our code, feel free to contact

or describe your problem in Issues.

About


Languages

Language:Python 100.0%