-
Notifications
You must be signed in to change notification settings - Fork 104
add new page on sampling keyword arguments #654
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
Conversation
Preview the changes: https://turinglang.org/docs/pr-previews/654 |
It may make sense to specify exactly how thinning works in a similar way to the table in Thinning and warmup. This is because the thinning only applies to steps after discard_initial. This partiallye exists already, however doesn't note the interaction with num_warmup. This is relevant as if I specify |
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.
Happy with this page now, it has covered all of the features I believe to be regularly used.
Thanks Joel! |
This should, hopefully, document a bunch of things that were not documented.
Closes #647.