release code
This commit is contained in:
18
Dassl.ProGrad.pytorch/dassl/__init__.py
Normal file
18
Dassl.ProGrad.pytorch/dassl/__init__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
"""
|
||||
Dassl
|
||||
------
|
||||
PyTorch toolbox for domain adaptation and semi-supervised learning.
|
||||
|
||||
URL: https://github.com/KaiyangZhou/Dassl.pytorch
|
||||
|
||||
@article{zhou2020domain,
|
||||
title={Domain Adaptive Ensemble Learning},
|
||||
author={Zhou, Kaiyang and Yang, Yongxin and Qiao, Yu and Xiang, Tao},
|
||||
journal={arXiv preprint arXiv:2003.07325},
|
||||
year={2020}
|
||||
}
|
||||
"""
|
||||
|
||||
__version__ = "0.5.0"
|
||||
__author__ = "Kaiyang Zhou"
|
||||
__homepage__ = "https://kaiyangzhou.github.io/"
|
||||
Reference in New Issue
Block a user