Skip to content

Commit 524bd13

Browse files
Merge pull request #13 from antoinedemathelin/master
docs: Fix references links in MCD and MDD
2 parents 77f70db + acae610 commit 524bd13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adapt/feature_based/_mcd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class MCD(BaseDeepFeature):
123123
124124
References
125125
----------
126-
.. [1] `[1] <https://arxiv.org/pdf/1702.05464.pdf>`_ K. Saito, K. Watanabe, \
126+
.. [1] `[1] <https://arxiv.org/pdf/1712.02560.pdf>`_ K. Saito, K. Watanabe, \
127127
Y. Ushiku, and T. Harada. "Maximum classifier discrepancy for unsupervised \
128128
domain adaptation". In CVPR, 2018.
129129
"""

adapt/feature_based/_mdd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class MDD(BaseDeepFeature):
100100
101101
References
102102
----------
103-
.. [1] `[1] <https://arxiv.org/pdf/1702.05464.pdf>`_ Y. Zhang, \
103+
.. [1] `[1] <https://arxiv.org/pdf/1904.05801.pdf>`_ Y. Zhang, \
104104
T. Liu, M. Long, and M. Jordan. "Bridging theory and algorithm for \
105105
domain adaptation". ICML, 2019.
106106
"""

0 commit comments

Comments
 (0)