microsoft / ELL

Embedded Learning Library
https://microsoft.github.io/ELL
Other
2.29k stars 294 forks source link

Wrap.py error #203

Closed herodangau closed 3 years ago

herodangau commented 5 years ago

Hi, I have been trying to follow the first tutorial (https://microsoft.github.io/ELL/tutorials/Getting-started-with-image-classification-on-the-Raspberry-Pi/) on my windows pc. When i tried to run the Wrap.py module, it just stopped with the below message which is different from the tutorial.

(py36) C:\Users\dtlabvr\ELL>python C:/Users/dtlabvr/ELL/tools/wrap/wrap.py --model_file model.ell --language python --target host copy "C:\Users\dtlabvr\ELL\CMake/OpenBLASSetup.cmake" "host\OpenBLASSetup.cmake" compiling model... C:/Users/dtlabvr/ELL/build/bin/release/compile -imap model.ell -cfn Predict -cmn model --bitcode --target host -od host --fuseLinearOps True --optimizeReorderDataNodes True --swig --blas false --optimize true

WrapException: <class 'buildtools.EllBuildToolsRunException'>: C:/Users/dtlabvr/ELL/build/bin/release/compile -imap model.ell -cfn Predict -cmn model --bitcode --target host -od host --fuseLinearOps True --optimizeReorderDataNodes True --swig --blas false --optimize true

lovettchris commented 5 years ago

Can you run just the compile command line by itself and report the output you see?

C:/Users/dtlabvr/ELL/build/bin/release/compile -imap model.ell -cfn Predict -cmn model --bitcode --target host -od host --fuseLinearOps True --optimizeReorderDataNodes True --swig --blas false --optimize true
lovettchris commented 3 years ago

closing due to inactivity, but if you want further investigation please reopen and add your host CPU details so we can debug this.