You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Transfer-Learning-Library Dataset Link Failure Issue
4
+
Dear users,
5
+
6
+
We sincerely apologize to inform you that the dataset links of Transfer-Learning-Library have become invalid due to a cloud storage failure, resulting in many users being unable to download the datasets properly recently.
7
+
8
+
We are working diligently to resolve this issue and plan to restore the links as soon as possible. Currently, we have already restored some dataset links, and they have been updated on the master branch. You can obtain the latest version by running "git pull."
9
+
10
+
As the version on PyPI has not been updated yet, please temporarily uninstall the old version by running "pip uninstall tllib" before installing the new one.
11
+
12
+
In the future, we are planning to store the datasets on both Baidu Cloud and Google Cloud to provide more stable download links.
13
+
14
+
Additionally, a small portion of datasets that were backed up on our local server have also been lost due to a hard disk failure. For these datasets, we need to re-download and verify them, which might take longer to restore the links.
15
+
16
+
Within this week, we will release the updated dataset and confirm the list of datasets without backup. For datasets without backup, if you have previously downloaded them locally, please contact us via email. Your support is highly appreciated.
17
+
18
+
Once again, we apologize for any inconvenience caused and thank you for your understanding.
19
+
20
+
Sincerely,
21
+
22
+
The Transfer-Learning-Library Team
23
+
24
+
## Update (2023-08-09)
25
+
26
+
Most of the dataset links have been restored at present. The confirmed datasets without backups are as follows:
27
+
28
+
- Classification
29
+
- COCO70
30
+
- EuroSAT
31
+
- PACS
32
+
- PatchCamelyon
33
+
-[Partial Domain Adaptation]
34
+
- CaltechImageNet
35
+
36
+
- Keypoint Detection
37
+
- Hand3DStudio
38
+
- LSP
39
+
- SURREAL
40
+
41
+
- Object Detection
42
+
- Comic
43
+
44
+
- Re-Identification
45
+
- PersonX
46
+
- UnrealPerson
47
+
48
+
**For these datasets, if you had previously downloaded them locally, please contact us via email. We greatly appreciate everyone's support.**
### Transfer-Learning-Library Dataset Link Failure Issue
88
-
Dear users,
89
-
90
-
We sincerely apologize to inform you that the dataset links of Transfer-Learning-Library have become invalid due to a cloud storage failure, resulting in many users being unable to download the datasets properly recently.
91
-
92
-
We are working diligently to resolve this issue and plan to restore the links as soon as possible. Currently, we have already restored some dataset links, and they have been updated on the master branch. You can obtain the latest version by running "git pull."
93
-
94
-
As the version on PyPI has not been updated yet, please temporarily uninstall the old version by running "pip uninstall tllib" before installing the new one.
95
-
96
-
In the future, we are planning to store the datasets on both Baidu Cloud and Google Cloud to provide more stable download links.
97
-
98
-
Additionally, a small portion of datasets that were backed up on our local server have also been lost due to a hard disk failure. For these datasets, we need to re-download and verify them, which might take longer to restore the links.
99
-
100
-
Within this week, we will release the updated dataset and confirm the list of datasets without backup. For datasets without backup, if you have previously downloaded them locally, please contact us via email. Your support is highly appreciated.
101
-
102
-
Once again, we apologize for any inconvenience caused and thank you for your understanding.
103
-
104
-
Sincerely,
105
-
106
-
The Transfer-Learning-Library Team
19
+
A note on broken dataset links can be found here: [DATASETS.md](DATASETS.md).
107
20
108
21
## Introduction
109
22
*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.
0 commit comments