Skip to content

Commit 085d21f

Browse files
committed
Update README.md
1 parent e389504 commit 085d21f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ the following methods:
99
- Pre-trained Model Selection [[Code]](/examples/model_selection) [[API]](/tllib/ranking)
1010
- Semi-supervised Learning for Classification [[Code]](/examples/semi_supervised_learning/image_classification/) [[API]](/tllib/self_training)
1111

12+
Besides, we maintain a collection of **_awesome papers in Transfer Learning_** in another repo [_A Roadmap for Transfer Learning_](https://github.com/thuml/A-Roadmap-for-Transfer-Learning).
13+
1214
### 2022.2
1315
We adjusted our API following our survey [Transferablity in Deep Learning](https://arxiv.org/abs/2201.05867).
1416

@@ -30,7 +32,6 @@ _examples_ is still divided by learning setup.
3032

3133
## Introduction
3234
*TLlib* is an open-source and well-documented library for Transfer Learning. It is based on pure PyTorch with high performance and friendly API. Our code is pythonic, and the design is consistent with torchvision. You can easily develop new algorithms, or readily apply existing algorithms.
33-
Besides, we maintain a collection of awesome papers in Transfer Learning in another repo [A Roadmap for Transfer Learning](https://github.com/thuml/A-Roadmap-for-Transfer-Learning).
3435

3536
The currently supported algorithms include:
3637

0 commit comments

Comments
 (0)