NNgen / nngen

NNgen: A Fully-Customizable Hardware Synthesis Compiler for Deep Neural Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatibility with ONNX specification

m1kit opened this issue · comments

commented

ONNX spec states that node name is diagnostic purposes only. While reading onnx file, nngen looks up nodes by their names. This could be a bug, I think nngen should refer output names instead of node names.