SAN Library
This is the code release for "Partial Transfer Learning with Selective Adversarial Networks" (CVPR 2018)
The caffe version is in directory "caffe". Details of the codes are described in the README.md in "caffe" directory. Notes that the performance of SAN in the paper are achieved by the codes of Caffe framework.
The pytorch version is in directory "pytorch". We have released the version test on PyTorch Version 0.3.1. Details of the codes are described in the README.md in "pytorch" directory.
If you use this code for your research, please consider citing:
@InProceedings{Cao_2018_CVPR,
author = {Cao, Zhangjie and Long, Mingsheng and Wang, Jianmin and Jordan, Michael I.},
title = {Partial Transfer Learning With Selective Adversarial Networks},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2018}
}
If you have any problem about our code, feel free to contact
or describe your problem in Issues.