-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
add single layer model yaml config and some more options for the cli #3
base: main
Are you sure you want to change the base?
Conversation
@@ -170,5 +170,4 @@ saved_models/* | |||
*.ipynb | |||
outputs/* | |||
lightning_logs/* | |||
checkpoints/* | |||
datasets/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ideally I would not commit data but just show how to generate them.
cargo run --release -- --min 4 --max 5 --size 7000 --seed 32 --save-file-path data-grokking-addition.txt --operators + | ||
mv data-grokking-addition.txt ../datasets/. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the instruction to build them should be enough, no need to commit the dataset. Since the seed is fixed it is reproducible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comment look good otherwise
No description provided.