tensorflow-onnx
tensorflow-onnx copied to clipboard
Segfault on Conversion
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
- Download the model
- Run the following command:
python -m tf2onnx.convert --saved-model ./tfnet --output ./model.onnx --opset 16 --large_model
Screenshots
Additional context