apple / coremltools

Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
https://coremltools.readme.io
BSD 3-Clause "New" or "Revised" License
4.22k stars 609 forks source link

ANE init failed #2247

Open pedroHuang123 opened 3 weeks ago

pedroHuang123 commented 3 weeks ago

my model's shape is (135568*5568), when the model start to init, error message: what it means? E5RT encountered an STL exception. msg = MILCompilerForANE error: failed to compile ANE model using ANEF. Error=_ANECompiler : ANECCompile() FAILED. E5RT: MILCompilerForANE error: failed to compile ANE model using ANEF. Error=_ANECompiler : ANECCompile() FAILED (11) [Espresso::handle_ex_plan] exception=ANECF error: failed to load ANE model file:///private/var/containers/Bundle/Application/3D43C68A-7E9D-4EFB-8032-03370155DAD2/deepisp_coreml.app/deepispModel.mlmodelc/model.mil Error=ANECCompile(/var/mobile/Library/Caches/com.apple.aned/tmp/kandao.deepisp-coreml/3F5AC4D688B7E623E5BC948A3DD3EC091A5FC8B7C90E72A5A8B0DBEA0603D479/2E9770ABEB99BAF7D02E6B1FC52692F0CC17B8B35D443B5EADFD05FD87CD88E2/) FAILED: err=( CompilationFailure ) Error plan build: -1.

DawerG commented 2 weeks ago

@pedroHuang123 Can you please share a small reproducible example where this error shows up?