-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[AIR] Fix TensorflowTrainer
docstring example
#29463
Conversation
Can we rewrite this to have it run in CI? I think we have had some changes recently to make this possible. You can take a look at TensorflowCheckpoint.from_* method docstrings for an example |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
|
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
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.
Awesome, thanks for fixing this!
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
You can't run the code, because we don't provide an argument to train_loop_per_worker. Signed-off-by: Balaji Veeramani <balaji@anyscale.com> Signed-off-by: Weichen Xu <weichen.xu@databricks.com>
You can't run the code, because we don't provide an argument to train_loop_per_worker. Signed-off-by: Balaji Veeramani <balaji@anyscale.com> Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com>
Signed-off-by: Balaji balaji@anyscale.com
Why are these changes needed?
You can't run the code, because we don't provide an argument to
train_loop_per_worker
.Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.