When I call the function net = load_onnx_neural_network(model) with the attached onnx file, I get the following error:
File "/usr/local/lib/python3.10/site-packages/omlt/io/onnx_parser.py", line 235, in _consume_gemm_dense_nodes assert attr["transB"] == 1 AssertionErrorMatMul_Add_Sim.onnx.zip
When I call the function
net = load_onnx_neural_network(model)
with the attached onnx file, I get the following error:File "/usr/local/lib/python3.10/site-packages/omlt/io/onnx_parser.py", line 235, in _consume_gemm_dense_nodes assert attr["transB"] == 1 AssertionError
MatMul_Add_Sim.onnx.zip