Skip to content

Commit daae1ca

Browse files
change path in contents
1 parent 2329970 commit daae1ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src_docs/contents.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ projecting application :math:`\phi` which aims to correct the difference between
3737
and **target** distributions. The **task** is then learned in this **encoded feature space**.
3838

3939

40-
.. figure:: images/feature_based.png
40+
.. figure:: _static/images/feature_based.png
4141
:align: center
4242
:alt: alternate text
4343
:figclass: align-center
@@ -78,7 +78,7 @@ This **reweighting** consists in multiplying, during the training process, the i
7878
The **reweighted** training instances are then directly used to learn the task.
7979

8080

81-
.. figure:: images/instance_based.png
81+
.. figure:: _static/images/instance_based.png
8282
:align: center
8383
:alt: alternate text
8484
:figclass: align-center
@@ -111,7 +111,7 @@ In parameter-based methods, the **parameters** of one or few pre-trained models
111111
the **source** data are adapted to build a suited model for the **task** on the **target** domain.
112112

113113

114-
.. figure:: images/parameter_based.png
114+
.. figure:: _static/images/parameter_based.png
115115
:align: center
116116
:alt: alternate text
117117
:figclass: align-center

0 commit comments

Comments
 (0)