Vincent9797

Results 1 issues of Vincent9797

Hi, I am trying to put a tensorflow Estimator class into production. My features are in the form of this: { "input_ids": tf.constant( features[0].input_ids, shape=[1, 128], dtype=tf.int32), "input_mask": tf.constant( features[0].input_mask,...