google-deepmind / google-deepmind/alphageometry

Download fails with "file/folder name cannot be extracted from: ag_ckpt_vocab"

Open
#46 2 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.