-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add context to predict_fn example #4049
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
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.
/bot run all
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Codecov Report
@@ Coverage Diff @@
## master #4049 +/- ##
==========================================
- Coverage 90.18% 89.47% -0.71%
==========================================
Files 1296 306 -990
Lines 114952 28392 -86560
==========================================
- Hits 103664 25404 -78260
+ Misses 11288 2988 -8300 |
/bot run all |
predict_fn
example usescontext
to getgpu_id
However,
context
parameter is missing. Fixing it.