google-research / long-range-arena

Long Range Arena for Benchmarking Efficient Transformers
Apache License 2.0
710 stars 77 forks source link

typo in readme code block #27

Open dar-tau opened 3 years ago

dar-tau commented 3 years ago

PYTHONPATH="$(pwd)":"$PYTHON_PATH" python lra_benchmarks/listops/train.py \ --config=lra_benchmarks/listops/configs/transformer_base.py \ --model_dir=/tmp/listops \ --task_name=basic \ --data_dir=$HOME/lra_data/listops/

PYTHON_PATH should be changed to PYTHONPATH

MostafaDehghani commented 3 years ago

Oh! thanks for catching this. Would you mind sending a PR to fix this?

dar-tau commented 3 years ago

https://github.com/google-research/long-range-arena/pull/29

Sorry for the mess. Had an unfornate mixup with my accounts..