jackroos / VL-BERT

Code for ICLR 2020 paper "VL-BERT: Pre-training of Generic Visual-Linguistic Representations".
MIT License
735 stars 110 forks source link

google drive #86

Open zhangdabusy opened 2 years ago

zhangdabusy commented 2 years ago

hello, jackroos 1:I want to know if google drive files can be download by command gdown, and I try "gdown https://drive.google.com/u/0/uc?export=download" for the bert model file, it does not work. 2Or wget -c ...... It can not work. And I try to use the command from others-- wget --load-cookies /tmp/cookies.txt "https://drive.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://drive.google.com/uc?export=download&id=${fileid}' -O- | sed -rn 's/.confirm=([0-9A-Za-z_]+)./\1\n/p')&id=${fileid}" -O ${filename} && rm -rf /tmp/cookies.txt I