-
Notifications
You must be signed in to change notification settings - Fork 35
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
Documentation #179
Documentation #179
Conversation
The documentation is not available anymore as the PR was closed or merged. |
2e11df5
to
3a81e3b
Compare
seed (`int`, *optional*): | ||
Sets the seed for the random number generator on the IPU. | ||
decompose_grad_sum (`bool`, *optional*, defaults to `False`): | ||
[TODO] explains this easily |
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.
@jimypbr how would you explain this?
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.
tbh I think we should remove this option. It was added when experimenting with another model, but it didn't help with memory. It's not used in any of the models.
Enables caching the compile executables to a directory. | ||
profile_dir (`str`, *optional*, defaults to `""`): | ||
The directory to store debugging profiles. | ||
[TODO] should we keep this? |
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.
@jimypbr @gejinchen is it actually needed?
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.
no
206148a
to
47de666
Compare
47de666
to
500db89
Compare
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.
This is great!
What does this PR do?
Updates and completes the
optimum-graphcore
documentation