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
1. cd /path/to/mace/examples/android
2. ./build.sh dynamic # also happens for static
Error information / logs
Traceback (most recent call last):
File "tools/converter.py", line 1333, in<module>
flags.func(flags)
File "tools/converter.py", line 925, in convert_func
convert.convert(configs, MODEL_CODEGEN_DIR, flags.enable_micro)
File "tools/python/convert.py", line 89, in convert
net_def_with_Data = convert_net(net_name, net_conf, enable_micro)
File "tools/python/convert.py", line 238, in convert_net
output_graph_def, quantize_activation_info = mace_transformer.run()
File "tools/python/transform/transformer.py", line 175, in run
changed = transformer()
File "tools/python/transform/transformer.py", line 1962, in quantize_nodes
self._quantize_activation_info[op.output[i]]
KeyError: 'output'### Additional context
Looks like the dictionary key 'output' is absent.
The text was updated successfully, but these errors were encountered:
System information
Model deploy file (*.yml)
Describe the problem
error while quantize and dequantize network nodes
To Reproduce
Steps to reproduce the problem:
Error information / logs
The text was updated successfully, but these errors were encountered: