AVAILABLE_CONVERTERS[node_type]( KeyError: 'Abs'
peterukk opened this issue · 0 comments
peterukk commented
Hi, I'm trying to export a model using a Softsign activation and it's not working:
File "...miniconda3/envs/py39/lib/python3.9/site-packages/onnx2keras/converter.py", line 175, in onnx_to_keras
AVAILABLE_CONVERTERS[node_type](
KeyError: 'Abs'
Could you add support for absolute value, used in softsign and perhaps some other activations?
Thanks!