From a521b5f7c7579ab5c754a9ca4c7d28f3431d515f Mon Sep 17 00:00:00 2001 From: tsingcbx99 <57670068+tsingcbx99@users.noreply.github.com> Date: Wed, 3 Aug 2022 17:04:35 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afa9c196..8f88a616 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Updates ### 2022.8 -We release `v0.4` of *TLlib*. The previous version is moved to the `v0.3` branch. In `v0.4`, we add implementations of +We release `v0.4` of *TLlib*. Previous versions of *TLlib* can be found at [here](https://github.com/thuml/Transfer-Learning-Library/releases). In `v0.4`, we add implementations of the following methods: - Domain Adaptation for Object Detection [[Code]](/examples/domain_adaptation/object_detection) [[API]](/tllib/alignment/d_adapt) - Pre-trained Model Selection [[Code]](/examples/model_selection) [[API]](/tllib/ranking)