-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Model updates with side inputs #25174
Conversation
fix up parentheses Add time.sleep Update PredictionResult Update Pcollection type hint Add model_path param in the ModelHandler
refactor name
Update example
Fix windowing
Update model path in pytorch_inference.py Add model path to sklearn model Add model id to sklearn inference PredictionResult clean up base.py Update utils update base.py Update base.py
Add default value Add prefix/human readable id to ModelMetadata
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
Run Python 3.8 PostCommit |
73d250a
to
fde80b4
Compare
Run Python 3.8 PostCommit |
fde80b4
to
f709338
Compare
Run Python 3.8 PostCommit |
Codecov Report
@@ Coverage Diff @@
## master #25174 +/- ##
==========================================
- Coverage 73.12% 73.07% -0.06%
==========================================
Files 735 741 +6
Lines 98161 98822 +661
==========================================
+ Hits 71779 72212 +433
- Misses 25019 25247 +228
Partials 1363 1363
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Run Python 3.8 PostCommit |
Assigning reviewers. If you would like to opt out of this review, comment R: @tvalentyn for label python. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
stop reviewer notifications |
Stopping reviewer notifications for this pull request: requested by reviewer |
Run Python 3.8 PostCommit |
bbc44ad
to
f8480d2
Compare
f8480d2
to
20d8a4a
Compare
Some mypy related errors I am facing. Seems like the Generic NamedTuples are not supported in the mypy version 0.782. If I update mypy, it is causing unrelated errors.
So modifying new class of NamedTuple to accept default value for |
Run Python 3.8 PostCommit |
https://ci-beam.apache.org/job/beam_PostCommit_Python38_PR/688/console Successful test in post commit |
57cd43a
to
99e14f8
Compare
Closing because of #25200 |
beam.ml.inference.base.ModelMetadata
.TODO:
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.