seq2seq icon indicating copy to clipboard operation
seq2seq copied to clipboard

Preprocessing using tf.Transform

Open dennybritz opened this issue 9 years ago • 1 comments

tf.Transform is a new library for TensorFlow that allows users to define preprocessing pipelines. Not sure how mature and easy to integrate it is, but it's worth looking into.

dennybritz avatar Mar 03 '17 04:03 dennybritz

any links or tutorial on moving the preprocess(seq2seq_model.py) function to tf transform? So, that preprocessing could be done on tfserving? or any better method than tf transform?

sathyarr avatar Feb 28 '19 11:02 sathyarr