jun2tong / GPDA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SYDE 671 - Final Project

Replicating results for the project. Forked from seqam-lab.

Requirements

This code is modified for newer version of PyTorch. Please refer to PyTorch's web for installation. Datasets are also loaded slightly differently.

torch==1.2.0
numpy==1.17.3

Citation

If you use this code for your research, please cite their paper.

@article{kim2019unsupervised,
  title={Unsupervised Visual Domain Adaptation: A Deep Max-Margin Gaussian Process Approach},
  author={Kim, Minyoung and Sahu, Pritish and Gholami, Behnam and Pavlovic, Vladimir},
  journal={arXiv preprint arXiv:1902.08727},
  year={2019}
}

About

License:MIT License


Languages

Language:Python 100.0%