onnx / keras-onnx

Convert tf.keras/Keras models to ONNX
Apache License 2.0
381 stars 109 forks source link

Can't convert keras model with input dtype=tf.string #613

Open CJCombrink opened 4 years ago

CJCombrink commented 4 years ago

Regarding the issue that was asked on onnx/onnxmltools#252

Is this added or planned for keras2onnx? I have tested with version 1.7.1 of onnx2keras and still get the issue in the topic.

jiafatom commented 4 years ago

Seems that tf.string input type is not supported until onnx opset 13 which has not been released yet. So onnxruntime does not support it right now so it cannot run. We will add this feature after it is getting supported.