File "/anaconda2/envs/pytorch/lib/python2.7/site-packages/onnx_caffe2/backend.py", line 439, in prepare
super(Caffe2Backend, cls).prepare(model, device, **kwargs)
File "/anaconda2/envs/pytorch/lib/python2.7/site-packages/onnx/backend/base.py", line 53, in prepare
onnx.checker.check_model(model)
File "/anaconda2/envs/pytorch/lib/python2.7/site-packages/onnx/checker.py", line 154, in check_model
check_graph(model.graph)
File "/anaconda2/envs/pytorch/lib/python2.7/site-packages/onnx/checker.py", line 127, in check_graph
check_node(node)
File "/anaconda2/envs/pytorch/lib/python2.7/site-packages/onnx/checker.py", line 40, in check_node
'NodeProto of type {} did not pass defs schema check.'.format(str(node.op_type)))
ValueError: NodeProto of type BatchNormalization did not pass defs schema check.
File "/anaconda2/envs/pytorch/lib/python2.7/site-packages/onnx_caffe2/backend.py", line 439, in prepare super(Caffe2Backend, cls).prepare(model, device, **kwargs) File "/anaconda2/envs/pytorch/lib/python2.7/site-packages/onnx/backend/base.py", line 53, in prepare onnx.checker.check_model(model) File "/anaconda2/envs/pytorch/lib/python2.7/site-packages/onnx/checker.py", line 154, in check_model check_graph(model.graph) File "/anaconda2/envs/pytorch/lib/python2.7/site-packages/onnx/checker.py", line 127, in check_graph check_node(node) File "/anaconda2/envs/pytorch/lib/python2.7/site-packages/onnx/checker.py", line 40, in check_node 'NodeProto of type {} did not pass defs schema check.'.format(str(node.op_type))) ValueError: NodeProto of type BatchNormalization did not pass defs schema check.