TruscaPetre
TruscaPetre
This converter has worked for me. Although you have to train your model in tensorflow version 2.2, it might not work in other versions. https://github.com/onnx/onnxmltools
Try this converter, it has worked for me: https://github.com/onnx/onnxmltools . Although you should take into account that I used tensorflow 2.2 for training the model, so make this adjustment also.
> > Can you show me how you got it to work? I'm trying > > ``` > > encoder = onnxruntime.InferenceSession("./out/encoder.onnx") > > texts = ["Hello World, good day."]...