seq2seq
seq2seq copied to clipboard
Preprocessing using tf.Transform
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.
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?