NNgen / nngen

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version constraints on the required ONNX modules are too strong.

RyusukeYamano opened this issue · comments

The ONNX module version constraint is too strong, so pip installation may not be able to resolve dependencies with other modules.
The problem is especially likely to occur when adding learning modules such as pytorch.

I agree. Now I'm using onnx==1.9.0 in my test environment.

Sounds like great!

The dependent version is changed in 7ef5b48 .