paucarre / tiefvision

End-to-end deep learning image-similarity search engine
Apache License 2.0
765 stars 186 forks source link

Transfer Learning Issue #71

Open chandu-v opened 6 years ago

chandu-v commented 6 years ago

When running the file luajit split-encoder-classifier.lua

luajit: split-encoder-classifier.lua:15: module 'image' not found: no field package.preload['image'] no file 'nil' no file '/home/sparksdrobe/project/tiefvision/src/torch/image.lua' no file './image.so' no file '/usr/local/lib/lua/5.1/image.so' no file '/dsvm/tools/torch/lib/lua/5.1/image.so' no file '/usr/local/lib/lua/5.1/loadall.so' stack traceback: [C]: in function 'require' split-encoder-classifier.lua:15: in main chunk [C]: at 0x00405d50

I'm getting the above error

Thanks