-
Notifications
You must be signed in to change notification settings - Fork 3
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 updates #35
Conversation
run.prefetch(["parameters/optimizer", "parameter/init_lr"]) | ||
# No more calls to the API | ||
print(run["parameters/optimizer"].fetch()) | ||
print(run["parameter/init_lr"].fetch()) | ||
``` | ||
|
||
## Available types | ||
## Supported field types |
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 don't remember if we're supporting StringSet
, if yes then we should add a section about it as well. @AleksanderWWW would you mind to verify that?
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.
Mentioning string sets was proposed to the internal draft on April 19 following #19 but I see it's not included in the changelog 🤔
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've checked and looks like we have support for StringSets as well 😉
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 added a section on line 543
To be merged once |
Returns
aboveExample