Gpwner

Results 32 comments of Gpwner

@lapolonio So how to write a python client ? Here is my code ``` import grpc import tensorflow as tf from tensorflow_serving.apis import classification_pb2 from tensorflow_serving.apis import prediction_service_pb2_grpc channel =...

finally,I figure it out. ########################################save pb model: ``` def serving_input_fn(): label_ids = tf.placeholder(tf.int32, [None], name='label_ids') input_ids = tf.placeholder(tf.int32, [None, FLAGS.max_seq_length], name='input_ids') input_mask = tf.placeholder(tf.int32, [None, FLAGS.max_seq_length], name='input_mask') segment_ids = tf.placeholder(tf.int32,...

> @Gpwner you didn't use tensorproto to make the message https://github.com/lapolonio/bert/blob/classify_ag_news/run_app.py#L48 @lapolonio thanks !

so how to save a ckpt model to a pb format?

@boolw 请问这个有什么进展吗?

But there is no code there at all. When do you plan to release the code

有大佬搞清楚了吗

replace --install-option with --config-settings works for me