tfx
tfx copied to clipboard
TFX is an end-to-end platform for deploying production ML pipelines
Understanding the output of [protoc](https://github.com/protocolbuffers/protobuf) is difficult. Those files reference source. For instance: ``` # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! #...
Applications that use `tfx` or `ml-pipeline-sdk` cannot make themselves available on conda-forge channel to install with conda. This could be an impediment for adoption of certain MLOps packages that depend...
While using `ImporterNode` to specify `Model` artifact, the model needs to be placed under `serving_model_dir` within the source_uri. Using the actual model path, fails to recognize the model.
**System information** - Have I specified the code to reproduce the issue (Yes, No): No - Environment in which the code is executed (e.g., Local(Linux/MacOS/Windows), Interactive Notebook, Google Cloud, etc):...
local dag runner TFX pipeline run create ERROR Failed to make stateful working dir ; Protocol error
OS : Linux Ubuntu 21.04. TensorFlow version: 2.6.2 TFX version: 1.4.0 Python 3.8.0 Hello, I am following Building a TFX Pipeline Locally (https://www.tensorflow.org/tfx/guide/build_local_pipeline). I am only running CsvExampleGen component and...
If the bug is related to a specific library below, please raise an issue in the respective repo directly: [TensorFlow Data Validation Repo](https://github.com/tensorflow/data-validation/issues) [TensorFlow Model Analysis Repo](https://github.com/tensorflow/model-analysis/issues) [TensorFlow Transform Repo](https://github.com/tensorflow/transform/issues)...
System information - Environment: Linux 5.13.0-41-generic #46~20.04.1-Ubuntu - TensorFlow version: 2.8.0 - TFX Version: 1.8.0 - Python version: 3.8.13 - Python dependencies: absl-py 1.0.0 alembic 1.7.7 anyio 3.5.0 apache-airflow 2.2.5...
I am looking for tfx data_validation stasticGen or schemaGen. Does these validation are specific to problem type like tabular data, NLP data, Image Data, I am looking for descriptive statics,...
Hello. I initially created an issue in the ML Metadata repository (https://github.com/google/ml-metadata/issues/157) but have subsequently realized that this is more of an issue with the `launcher.Launch` logic in TFX. I...