|
本帖最后由 narcijie 于 2020-7-10 08:37 编辑
在尝试转换ONNX模型的过程中出现错误:
看上去像是Pow算子无法支持
- I Try match Pow_96:out0
- W Not match tensor Pow_96:out0
- E Try match Pow_96:out0 failed, catch exception!
在尝试转换Exp算子时也出现错误:
- I Try match Exp_65:out0
- W Not match tensor Exp_65:out0
- E Try match Exp_65:out0 failed, catch exception!
请问有什么办法可以实现这两个算子吗?
|
|