Tensorflow 1 TFLite conversion from_session and from_frozen_graph produces wrong outputs

前端 未结 0 1293
鱼传尺愫
鱼传尺愫 2020-12-13 00:20

I converted a TensorFlow 1 model without Keras to TFLite using the following command:

    converter = tf.lite.TFLiteConverter.from_session(sess, input_tensors         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题