feat: add best benchmark configuration commands for all percentages#45
feat: add best benchmark configuration commands for all percentages#45melvinbarbaux merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 416709d343
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ## Kind: inductive | ||
| ### Modality: audio | ||
| ```bash | ||
| python -m bench.main --config bench/configs/experiments/best/p01/inductive/adamatch/audio/speechcommands.yaml |
There was a problem hiding this comment.
Point runbook commands to the real config directory
Any command copied from these runbooks fails with file not found because the path prefix is bench/configs/experiments/best/..., but this commit actually adds the configs under bench/configs/best/... (there is no bench/configs/experiments/best tree). As written, the documented benchmark commands are not executable in the current repository layout.
Useful? React with 👍 / 👎.
Summary
What does this PR change?
Checklist
Notes
Anything reviewers should know?