python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Having issues installing/running tf2onnx
I'm trying to get Tf2onnx to run so that I can convert a saved_model.pb file to onnx format. Nothing is really working out. I have tried installing it with the pip install git+https://github.com/onnx/...

Isaac Padberg
Votes: 0
Answers: 1
ONNX Runtime error: node->GetOutputEdgesCount() == 0 was false. Can't remove node
I have a simple Keras RNN model, composed by embedding, LSTM, and linear layers:
loaded_model.layers
Out[23]:
[<keras.layers.embeddings.Embedding at 0x2275dc1f6a0>,
<keras.layers.recurrent...
MattS
Votes: 0
Answers: 0
Export tensorflow model to ONNX and specify variable names
I have a tensorflow model written through model subclassing and I want to export it to ONNX format. This is simple enough with the script attached. However, the name of the input variable to the ONNX ...

Gianluca Micchi
Votes: 0
Answers: 1