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
Traceback (most recent call last):
File "load_onnx.py", line 25, in <module>
disable_fusion=disable_fusion)
File "/home/u/tensorflow/nngen_try3/nngen/nngen/onnx/__init__.py", line 329, in from_onnx
visitor.visit(name)
File "/home/u/tensorflow/nngen_try3/nngen/nngen/onnx/__init__.py", line 147, in visit
node_op = node_func(self, node)
File "/home/u/tensorflow/nngen_try3/nngen/nngen/onnx/batchnormalization.py", line 55, in BatchNormalization
act_func=act_func)
File "/home/u/tensorflow/nngen_try3/nngen/nngen/onnx/gemm.py", line 28, in Gemm
src_obj = flatten.Flatten(visitor, src_node, no_transpose=True)
File "/home/u/tensorflow/nngen_try3/nngen/nngen/onnx/flatten.py", line 18, in Flatten
src_obj = visitor.visit(src)
File "/home/u/tensorflow/nngen_try3/nngen/nngen/onnx/__init__.py", line 146, in visit
node_func = _get_func(node.op_type)
File "/home/u/tensorflow/nngen_try3/nngen/nngen/onnx/__init__.py", line 75, in _get_func
return func_map[op_type]
KeyError: 'Dropout'
The text was updated successfully, but these errors were encountered:
pbelecky
changed the title
KeyError: 'Dropout'
ng.from_onnx(): KeyError: 'Dropout'
Nov 18, 2020
pbelecky
changed the title
ng.from_onnx(): KeyError: 'Dropout'
nngen.from_onnx(): KeyError: 'Dropout'
Nov 18, 2020
pbelecky
changed the title
nngen.from_onnx(): KeyError: 'Dropout'
KeyError: 'Dropout' while running nngen.from_onnx()
Nov 18, 2020
pbelecky
changed the title
KeyError: 'Dropout' while running nngen.from_onnx()
KeyError: 'Dropout'
Nov 18, 2020
Error while running nngen.from_onnx()
Download the onnx file:
https://github.com/onnx/models/blob/master/vision/body_analysis/arcface/model/arcfaceresnet100-8.onnx
And run Python code:
the output is:
The text was updated successfully, but these errors were encountered: