Description
报错:ERROR: /Users/*/Projects/mace/tools/python/transform/onnx_converter.py:648: Mace does not support onnx op type /rotary/Cos(Cos) yet
堆栈:
File "/Users//Projects/mace/tools/converter.py", line 1333, in
flags.func(flags)
File "/Users//Projects/mace/tools/converter.py", line 925, in convert_func
convert.convert(configs, MODEL_CODEGEN_DIR, flags.enable_micro)
File "/Users//Projects/mace/tools/python/convert.py", line 89, in convert
net_def_with_Data = convert_net(net_name, net_conf, enable_micro)
File "/Users//Projects/mace/tools/python/convert.py", line 236, in convert_net
output_graph_def, converter_info = converter.run()
File "/Users//Projects/mace/tools/python/transform/onnx_converter.py", line 568, in run
self.convert_ops(graph_def)
File "/Users//Projects/mace/tools/python/transform/onnx_converter.py", line 648, in convert_ops
mace_check(node.op_type in self._op_converters,
File "/Users//Projects/mace/tools/python/utils/util.py", line 76, in mace_check
for line in traceback.format_stack():
ERROR: /Users//Projects/mace/tools/python/transform/onnx_converter.py:648: Mace does not support onnx op type /rotary/Cos(Cos) yet