Optimizer crashes on onnx model converted from Tensorflow graph
Hi, I am trying to invoke the ONNX optimizer following in the instructions in the following post: https://github.com/onnx/onnx/blob/master/docs/PythonAPIOverview.md#optimizing-an-onnx-model The ONNX model is converted from a `TensorFlow ...