s4 icon indicating copy to clipboard operation
s4 copied to clipboard

information mismatch in s4/models/s4/experiments.md

Open llk15 opened this issue 1 year ago • 0 comments

in this .md file, it is shown that, to run the latest LRA results, the commands are:

python -m train experiment=lra/s4-lra-listops
python -m train experiment=lra/s4-lra-imdb
python -m train experiment=lra/s4-lra-cifar
python -m train experiment=lra/s4-lra-aan
python -m train experiment=lra/s4-lra-pathfinder
python -m train experiment=lra/s4-lra-pathx

However, they mismatch with the filenames in s4/configs/experiment/lra, and the correct commands should be:

python -m train experiment=lra/s4-listops
python -m train experiment=lra/s4-imdb
python -m train experiment=lra/s4-cifar
python -m train experiment=lra/s4-aan
python -m train experiment=lra/s4-pathfinder
python -m train experiment=lra/s4-pathx

llk15 avatar Dec 21 '23 15:12 llk15