fast-neural-style
fast-neural-style copied to clipboard
Can't load model with torch
Hey, I am trying to play around with your project, I want to convert model to CoreML, and my script fails with next error:
Preparing models for conversion
fast-neural-style/models/eccv16/candy.t7
/Users/teologov/torch/install/bin/lua: /Users/teologov/torch/install/share/lua/5.2/torch/File.lua:375: unknown object
stack traceback:
[C]: in function 'error'
/Users/teologov/torch/install/share/lua/5.2/torch/File.lua:375: in function 'readObject'
/Users/teologov/torch/install/share/lua/5.2/torch/File.lua:409: in function 'load'
prepare_model.lua:29: in function 'main'
prepare_model.lua:46: in main chunk
[C]: in function 'dofile'
...ogov/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: in ?
I tried manually to load the model with torch.load('./fast-neural-style/models/instance_norm/la_muse.t7').model
, and even this command fails...
Could you please point me what's wrong? I am using MacOS v10.13.2, Torch7, Lua 5.2.3
The issue is gone after I cloned the repo again... Thanks for the cool project @jcjohnson!
I was running the setup.sh from the git repo torch2coreml and came across the same problem here, tried a bunch of ways but none of which help. I don't know the reason but re-clone the repo worked out! Thanks a lot. @teologov