Skip to content
Advertisement

Tag: tfx

Image processing in Tensor flow TFX pipelines

I am trying to get a Tensorflow TFX pipeline up and running using the MNIST dataset. Setup pipeline paths Write the data to TF.record format and save in eval and train dirs. NOTE that the MNIST data starts as a numpy array 28×28 and is converted to a bytestring to enable it to be encoded as part of the Tf.record.

Advertisement