@@ -19,9 +19,9 @@ of examples. `tf.Transform` extends these capabilities to support full-passes
1919over the example data.
2020
2121The output of ` tf.Transform ` is exported as a
22- [ TensorFlow graph] ( http://tensorflow.org/guide/graphs ) to use for training and serving.
23- Using the same graph for both training and serving can prevent skew since the
24- same transformations are applied in both stages.
22+ [ TensorFlow graph] ( http://tensorflow.org/guide/graphs ) to use for training and
23+ serving. Using the same graph for both training and serving can prevent skew
24+ since the same transformations are applied in both stages.
2525
2626For an introduction to ` tf.Transform ` , see the ` tf.Transform ` section of the
2727TFX Dev Summit talk on TFX
@@ -94,8 +94,8 @@ other *untested* combinations may also work.
9494
9595tensorflow-transform | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl |
9696------------------------------------------------------------------------------- | -----------------| --------|-------------------|---------------------|---------|
97- [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | 1.15.0 |
98- [ 1.15.0] ( https://github.com/tensorflow/transform/blob/v1.15.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.14 | 1.15.0 | 1.15.0 |
97+ [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | 1.15.1 |
98+ [ 1.15.0] ( https://github.com/tensorflow/transform/blob/v1.15.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | 1.15.1 |
9999[ 1.14.0] ( https://github.com/tensorflow/transform/blob/v1.14.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.13 | 1.14.0 | 1.14.0 |
100100[ 1.13.0] ( https://github.com/tensorflow/transform/blob/v1.13.0/RELEASE.md ) | 2.41.0 | 6.0.0 | 2.12 | 1.13.1 | 1.13.0 |
101101[ 1.12.0] ( https://github.com/tensorflow/transform/blob/v1.12.0/RELEASE.md ) | 2.41.0 | 6.0.0 | 2.11 | 1.12.0 | 1.12.0 |
0 commit comments