tensorflow-onnx icon indicating copy to clipboard operation
tensorflow-onnx copied to clipboard

Segfault on Conversion

Open pjjajal opened this issue 2 years ago • 0 comments

Describe the bug

I am getting a segfault when attempting to convert a model.

Urgency

None.

System information

  • OS Platform and Distribution: macOS Ventura 13.5.2
  • TensorFlow Version: 2.13.0
  • Python version: 3.10.9
  • ONNX version: 1.14.1
  • ONNXRuntime version: N/A
  • tf2onnx version: 1.15.1

To Reproduce

  1. Download the model
  2. Run the following command: python -m tf2onnx.convert --saved-model ./tfnet --output ./model.onnx --opset 16 --large_model

Screenshots

image

Additional context

pjjajal avatar Sep 25 '23 15:09 pjjajal