Issue while compiling bie to nef

I have a model that was successfully optimized and maintain good performance after quantization.

When I try to compile it to NEF I use the following code:


km = ktc.ModelConfig(40000, '0001', 720, bie_path=path_to_bie_model)

model_list = [km]

compile_result = ktc.compile(model_list)


And I get the following error message:


[tool][info][batch_compile.cc:544][BatchCompile] compiling output.quan.wqbi.bie

terminate called after throwing an instance of 'InvalidProgramInput'

 what(): Invalid program input: cpu mode of node [Add_184] from Knerex info [true] differs from compiler's [false]


I'm using Toolchain docker v0.16.0 on MacOS.


node[Add_184] is some arbitrary 'Add' node towards the end of my model


Please advice.

Comments

The discussion has been closed due to inactivity. To continue with the topic, please feel free to post a new discussion.