karpathy / neuraltalk2

Efficient Image Captioning code in Torch, runs on GPU
5.51k stars 1.26k forks source link

File.lua failed to load function from bytecode binary string: not a precompiled chunk #111

Open apeterswu opened 8 years ago

apeterswu commented 8 years ago

when I want to run the "eval ...", I got the error like this. As some other issues mentioned, I updated my luajit to 2.1 version. But it still failed like this: "File.lua failed to load function from bytecode binary string: not a precompiled chunk", how to fix it? Thanks.

IouJenLiu commented 8 years ago

I got similar problem

dleonsanchez commented 8 years ago

Similar problem here:

Warning: Failed to load function from bytecode: binary string: not a precompiled chunkWarning: Failed to load function from bytecode: [string ""]:1: unexpected symbol/Users/david/torch/install/bin/lua: /Users/david/torch/install/share/lua/5.2/torch/File.lua:308: bad argument #1 to 'ipairs' (table expected, got nil)

Running on Mac with CPU model and -gpuid -1

sosour commented 7 years ago

Any luck with this one? I got the same problem when running eval on Ubuntu 14.04 x64 VM with CPU model.