Anand Inguva
Anand Inguva
### What needs to happen? Build the docker container with all the necessary dependencies for tensorRT frameworks during run time. This would make the testing easier if there is any...
### What would you like to happen? RIght now, the beam python sdk uses `cibuildwheel==1.11.0` that use get-pip.py to install the PyPI dependencies. There has been some issues related to...
Add Python 3.10 infrastructure and test suites Fixes: https://github.com/apache/beam/issues/21971 Fixes: https://github.com/apache/beam/issues/21458 FIxes: https://github.com/apache/beam/issues/21671 ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and...
Fixes: https://github.com/grpc/grpc-go/issues/104 RELEASE NOTES: none
TODO: https://github.com/apache/beam/issues/30288, also mentioned in the code. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the...
**Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ]...
### What happened? Sometimes, a global window side input takes too long to update on a Dataflow job. The automatic model refresh feature of RunInference uses a pattern `WatchFilePattern` which...
**Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ]...
**Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ]...
### What needs to happen? Try to implement [bert](https://www.kaggle.com/models/tensorflow/bert) from TensorflowHub using `TFModelHandlerTensor`. I get the error ``` ValueError: Unable to load the TensorFlow model: 'tuple' object has no attribute...