Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
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.