tfx icon indicating copy to clipboard operation
tfx copied to clipboard

TFX is an end-to-end platform for deploying production ML pipelines

Results 356 tfx issues
Sort by recently updated
recently updated
newest added

Due to the deprecation of TF contrib ops, any SavedModel produced using contrib ops (or indirectly using for example, tf.Transform ops that used tf.contrib ops underneath the hood such as...

stat:awaiting response

Please comment or link any issues you find with TFX 1.9.0 Thanks.

type:bug

Add `LatestVersion`, a `ResolverOp` that pulls the artifact with the latest version.

As the API doc for `FileBasedExampleGen` is missing, fixing the broken link in the last section of `examplegen` guide with the implementation code of `FileBasedExampleGen`

awaiting review

Fixing the broken link in this [section](https://www.tensorflow.org/tfx/tutorials/tfx/gcp/vertex_pipelines_bq#:~:text=to%20publish%20the%20trained%20model%20to%20BigQuery.) with the correct URL.

awaiting review

### Reference issue: [#5040 ](https://github.com/tensorflow/tfx/issues/5040) Since zip returns a lazy iterable, some rows of data will be lost with the current implementation of beam pipeline in PrestoExampleGen. ![screenshot](https://user-images.githubusercontent.com/36539586/179362652-06747ae6-8b4f-4866-a601-bac54dedcce6.png)

awaiting review

Include update times in node_run_state_history (Programmatic API)

(This issue follows #950 and is more focused) The following code does not work on windows: ```python @component def test_component(): print('hi from test component') def main(): pipe = Pipeline( pipeline_name='test-pipe',...

type:bug
stat:awaiting response