Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added instructions for loading the TFDS pathfinder data #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,18 @@ about the parameters used for generatinng the data in the TFDS builder code in
`./data/pathfinder`. We are preparing the exact data splits for release at the
moment.

You can download the data packaged for TFDS [here](https://storage.googleapis.com/long-range-arena/pathfinder_tfds.gz).
Once you've unzipped and untared the `.gz` file, you will obtain a folder named `TFDS`. To do so, run the following from the folder
containing the `.gz` file.

```
gzip -d pathfinder_tfds.gz
tar -xf pathfinder_tfds
```

You can load the data by pointing
`_PATHFINER_TFDS_PATH` to the folder path in the `lra_benchmarks.image.input_pipeline.py` file.

## Disclaimer

This is not an official Google product.