onnx2keras
onnx2keras copied to clipboard
AttributeError: Not implemented
I covert my onnx model,and get this problem:
............
............
DEBUG:onnx2keras:...
DEBUG:onnx2keras:Check if all inputs are available:
DEBUG:onnx2keras:Check input 0 (name 565).
DEBUG:onnx2keras:Check input 1 (name 567).
DEBUG:onnx2keras:Check input 2 (name 568).
DEBUG:onnx2keras:Check input 3 (name 566).
DEBUG:onnx2keras:... found all, continue
DEBUG:onnx2keras:slice:Slice numpy constants
Traceback (most recent call last):
File "/home/fffan/fffan_files/Experiment/Example/onnx2pb/onnx2ke.py", line 12, in
How can I solve this problem?
Hello @Tian14267.
Can you please share the model you try to convert?
My model is saved in Baidu Netdisk: Link: https://pan.baidu.com/s/15ILpwpoJIRif8ZbWnVbmqw password:2rtc
Looking forward to your reply @nerox8664
I have the same issue. Do you need more information? @nerox8664
params: {'change_ordering': False, 'name_policy': None}
'axes" is missing in param in my case.
Did you somehow resolve this issue?