Giter VIP home page Giter VIP logo

long-range-arena's Introduction

Long-Range Arena + NAM.

This repositoriy is a forked version of google-reasearch/long-range-arena to benchmark neural attention memory

Requirements

  • CUDA 11 compatible GPU with more than 9GB VRAM (Tested on RTX 3080 10GB).
  • Linux system with nvidia-driver and nvidia-docker installed.

Docker and Dataset Setup

  • Pull the tensorflow-2.7.0 image docker pull tensorflow/tensorflow:2.7.0-gpu.
  • Download the dataset from [https://storage.googleapis.com/long-range-arena/lra_release.gz] (This is actually a tar.gz file. Rename it extract properly).
  • Start the docker container while attaching this repository to /lra and the dataset directory to /dataset like below.
    docker run -it --name=myflax --gpus all -v [this repository]:/lra -v [lra_release dataset directory]:/dataset tensorflow/tensorflow:2.7.0-gpu
  • Go to /lra and install requirements py pip install -r requirements.txt.
  • Install jaxlib by running jaxlibinstall.sh.

ListOps, Text Classification, and Pixel-level Image Classification

The tasks can run without any modification.
Use the pre-defined scripts to run them.

  • Ex1) Image classification with Transformer: ./cifar10.sh transformer
  • Ex2) ListOps with NAM Transformer: ./listops.sh nam_transformer
  • Ex3) Text classification with Linear Transformer: ./text_classification.sh linear_transformer

Only tested with those three transformers, but it is possible to run with others.

Document Retrieval

Debug in progress. document.sh does not properly work yet.

Pathfinder

Debug in progress. pathfinder.sh does not properly work yet.

Results

The tensorboard results are recorded under /tmp directory.

long-range-arena's People

Contributors

hwnam831 avatar cifkao avatar mostafadehghani avatar ppham27 avatar yazdanbakhsh avatar jnhwkim avatar guy-dar avatar

Forkers

sbseo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.