TFX image classification example (#23456)
* TFX image classification example * TFX image classification with serving model * Add TF Model Wrapper * Clean up code * Refactoring * Add a test for tfx_bsl RunInference * fixup lint * Refactoring * Fixup lint * Add brief summary for the example * Apply suggestions from code review Co-authored-by:Andy Ye <andyye333@gmail.com> * Refactoring code and add comments * Update help description * reorder imports * Reorder imports again * Add docstring * Refactoring * Add pillow to tfx pipeline requirements * Move inferencePostCommitIT to Python 3.9 suite * Uncomment other postcommit suites Co-authored-by:
Andy Ye <andyye333@gmail.com>
显示
- build.gradle.kts 3 个添加, 1 个删除build.gradle.kts
- sdks/python/apache_beam/examples/inference/tfx_bsl/__init__.py 16 个添加, 0 个删除...python/apache_beam/examples/inference/tfx_bsl/__init__.py
- sdks/python/apache_beam/examples/inference/tfx_bsl/build_tensorflow_model.py 147 个添加, 0 个删除...beam/examples/inference/tfx_bsl/build_tensorflow_model.py
- sdks/python/apache_beam/examples/inference/tfx_bsl/requirements.txt 19 个添加, 0 个删除...n/apache_beam/examples/inference/tfx_bsl/requirements.txt
- sdks/python/apache_beam/examples/inference/tfx_bsl/tensorflow_image_classification.py 194 个添加, 0 个删除...ples/inference/tfx_bsl/tensorflow_image_classification.py
- sdks/python/apache_beam/examples/inference/tfx_bsl/tfx_bsl_inference_it_test.py 99 个添加, 0 个删除...m/examples/inference/tfx_bsl/tfx_bsl_inference_it_test.py
- sdks/python/pytest.ini 1 个添加, 0 个删除sdks/python/pytest.ini
- sdks/python/test-suites/direct/common.gradle 30 个添加, 1 个删除sdks/python/test-suites/direct/common.gradle
加载中