DreamIP / haddoc2

Caffe to VHDL
https://dream.ispr-ip.fr/
BSD 2-Clause "Simplified" License
66 stars 28 forks source link

No module named 'parseNetParams' #8

Open JustineSnl opened 5 years ago

JustineSnl commented 5 years ago

Hello,

Whenever I'm trying to build the example with make hdl I have this error: python3 ../lib/haddoc2.py \ --proto=./caffe/lenet.prototxt \ --model=./caffe/lenet.caffemodel \ --out=./hdl_generated \ --nbits=5 Traceback (most recent call last): File "../lib/haddoc2.py", line 34, in <module> import parseNetParams ModuleNotFoundError: No module named 'parseNetParams' Makefile:11: recipe for target 'hdl' failed make: *** [hdl] Error 1 Do you know what causes it?

vijaykumarvg1 commented 5 years ago

Even am having same error

KamelAbdelouahab commented 5 years ago

Hi all, Sorry for the long response time. I'm no longer maintaining this project ... Have you set the HADDOC2_ROOT variable correctly ?