thucbx99
thucbx99
I just tried it and found no problem. Can you find this file in the corresponding directory?
Temporarily tllib does not support installing via pip yet, we are planning to support it recently.
We have supported installing tllib via pip using the following command. `pip install -i https://test.pypi.org/simple/ tllib==0.4`
I just tried to download the imagelist corresponding to _Office31_ and _OfficeHome_ and it was successful. Maybe there were some problems with Tsinghua cloud when you tried it.
I have tried both on linux and windows and both work. You can try to download directly from the link, such as `line 39` in this [file](https://github.com/thuml/Transfer-Learning-Library/blob/master/tllib/vision/datasets/office31.py).
这个文件应该是下载下来就有的,我们刚刚上传到了云盘,可以通过下面的链接下载 https://cloud.tsinghua.edu.cn/f/15aa5901c7104108856a/?dl=1
In general, you can replace the part about the dataset in the training script with a custom one. Under which task do you want to use the custom dataset?
> @thucbx99 , what shell command do I use for me to run adda on my own dataset? `adda.py data/myowndataset ________ ` Thank you. Should be the name of the...
Can you give a more detailed description, such as the experimental _dataset_ and the _proportion of labeled data_. And which version of pytorch are you using? It’s suggested to use...
Thanks for providing the details. I'm running these experiments again.