nrauch

Results 1 issues of nrauch

I am trying to convert a Keras model developed with Tensorflow 2.3.1. When converting the model using `onnx_model = keras2onnx.convert_keras(model, 'fasttext-onnx', debug_mode=1)` I get the error in the title. Following...