We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in this .md file, it is shown that, to run the latest LRA results, the commands are:
However, they mismatch with the filenames in s4/configs/experiment/lra, and the correct commands should be:
The text was updated successfully, but these errors were encountered: