google-deepmind / google-deepmind/alphageometry
Download fails with "file/folder name cannot be extracted from: ag_ckpt_vocab"
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 572
- PR merge metrics
- No merged PRs in 30d
Description
Under WSL (Windows Subsystem for Linux) I get the error below.
# Error
```bash
bash download.sh
Retrieving folder list
Failed to retrieve folder contents:
file/folder name cannot be extracted from: ag_ckpt_vocab – Google Disk
```
# Solution
Manually navigate to Google Drive location of the weights and other files (link: `https://drive.google.com/drive/u/0/folders/1ZLaZ2ajtOcILDWa5ePPLX1bmaf_BNRZV`)
Copy that link and set it in download.sh file instead of using the `https://bit.ly/alphageometry`
```bash
gdown --folder https://drive.google.com/drive/u/0/folders/1ZLaZ2ajtOcILDWa5ePPLX1bmaf_BNRZV
export DATA=ag_ckpt_vocab
```
Contributor guide
Assessment
This issue has not been assessed yet.