Maystern
Maystern
> pip install -U transformers Thank you a lot! It works for me as well!
> I also have this problem. Hi, you can directly modify the suffix name to`. pth`, so that the model can be loaded. Hope this can help you. Have a...
I also have this problem, the requirements listed in your `requirement.txt` seem not enough for me to load the dataset. I also need the versions of the packages below.
There are my logs, it seems like the process is blocked. I think it's a version issue with the packages Six, TensorFlow, TensorFlow datasets, TensorFlow addons, and Pillow (as I...
``` (NOAH) jiacheng@cvip-3090x8:/data/sdb/jiacheng/NOAH$ cd data/vtab-source (NOAH) jiacheng@cvip-3090x8:/data/sdb/jiacheng/NOAH/data/vtab-source$ python get_vtab1k.py Traceback (most recent call last): File "get_vtab1k.py", line 1, in from task_adaptation.data import caltech File "/data/sdb/jiacheng/NOAH/data/vtab-source/task_adaptation/data/caltech.py", line 21, in import task_adaptation.data.base...
There are my packages in my anaconda environment. ``` # packages in environment at /home/jiacheng/anaconda3/envs/NOAH: # # Name Version Build Channel _libgcc_mutex 0.1 main _openmp_mutex 5.1 1_gnu absl-py 1.4.0 pypi_0...
Thank you very much. I have solved this problem.
Due to the **network firewall** in Chinese Mainland, `Tensorflow` cannot use the built-in method of automatically downloading datasets to download datasets from `Google`, so it cannot properly prepare the vtab-1k...