input: Assertion 'inputs_.size()==1' failed.Aborted

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

input: Assertion 'inputs_.size()==1' failed.Aborted

1,618 Views
tianfei
Contributor I

  I build a 3-layers convolution network with tensorflow only containing "Conv+BN+Relu" structure.

  I got an "../onnx_v1.6.0/onnx/common/ir.h:512: input: Assertion `inputs_.size() == 1` failed.Aborted' failed.Aborted"  error when I run this model on apex  after saving it as .pb file and quantify it. 

  My pb file has been uploaded as attach.

  

 

0 Kudos
Reply
1 Reply

1,604 Views
b36401
NXP Employee
NXP Employee

As far as I know onnx_v.1.1.0 is supported nativelly.
So please try some version elder than 1.6.0 one. It may help.

0 Kudos
Reply