kraiskil / onnx2c

Open Neural Network Exchange to C compiler.
Other
184 stars 30 forks source link

Build fails; conv_fits_128k model missing #25

Closed sliedes closed 1 year ago

sliedes commented 1 year ago

On current head (89ba088c30fadb7980268e910e21d6adab7196a5), building fails with this error:

[ 98%] Generating conv_fits_128k_0_generated.c
Error opening model file: /home/sami/proj/x/src/analyze_rec/onnx2c/test/benchmarks/benchmark_conv_fits_128k/model.onnx
make[2]: *** [test/benchmarks/CMakeFiles/conv_fits_128k_0_test.dir/build.make:74: test/benchmarks/conv_fits_128k_0_generated.c] Error 1
make[2]: *** Deleting file 'test/benchmarks/conv_fits_128k_0_generated.c'
make[1]: *** [CMakeFiles/Makefile2:13540: test/benchmarks/CMakeFiles/conv_fits_128k_0_test.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
kraiskil commented 1 year ago

Oops, forgot a git add there. I should really set up a CI for the project.

Fixed in master now, thanks for reporting!