Graph optimizations on a tensorflow serveable created using tf.Estimator
问题 Context : I have a simple classifier based on tf.estimator.DNNClassifier that takes text and output probabilities over an intent tags. I am able to train an export the model to a serveable as well as serve the serveable using tensorflow serving. The problem is this servable is too big (around 1GB) and so I wanted to try some tensorflow graph transforms to try to reduce the size of the files being served. Problem : I understand how to take the saved_model.pb and use freeze_model.py to create a