You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command used onnx_onnx_opcounter --calculate-macs <path/to/onnx/model>
Traceback (most recent call last):
File "/env/bin/onnx_opcounter", line 8, in
sys.exit(main())
File "/env/lib/python3.8/site-packages/onnx_opcounter/cli.py", line 17, in main
print('Number of MACs in the model: {}'.format(calculate_macs(model)))
File "/env/lib/python3.8/site-packages/onnx_opcounter/onnx_opcounter.py", line 88, in calculate_macs
onnx.save(model, '+all-intermediate.onnx')
File "/env/lib/python3.8/site-packages/onnx/init.py", line 197, in save_model
s = _serialize(proto)
File "/env/lib/python3.8/site-packages/onnx/init.py", line 66, in _serialize
result = proto.SerializeToString() ValueError: Message onnx.ModelProto exceeds maximum protobuf size of 2GB: 26972694926
The text was updated successfully, but these errors were encountered:
Command used onnx_onnx_opcounter --calculate-macs <path/to/onnx/model>
Traceback (most recent call last):
File "/env/bin/onnx_opcounter", line 8, in
sys.exit(main())
File "/env/lib/python3.8/site-packages/onnx_opcounter/cli.py", line 17, in main
print('Number of MACs in the model: {}'.format(calculate_macs(model)))
File "/env/lib/python3.8/site-packages/onnx_opcounter/onnx_opcounter.py", line 88, in calculate_macs
onnx.save(model, '+all-intermediate.onnx')
File "/env/lib/python3.8/site-packages/onnx/init.py", line 197, in save_model
s = _serialize(proto)
File "/env/lib/python3.8/site-packages/onnx/init.py", line 66, in _serialize
result = proto.SerializeToString()
ValueError: Message onnx.ModelProto exceeds maximum protobuf size of 2GB: 26972694926
The text was updated successfully, but these errors were encountered: