yoonkim / lstm-char-cnn

LSTM language model with CNN over characters
MIT License
826 stars 221 forks source link

path index undefined #15

Open attardi opened 8 years ago

attardi commented 8 years ago

To solve this error:

luajit: ./util/BatchLoaderUnk.lua:14: attempt to index global 'path' (a nil value)

I added this line to both main.lua and util/BatchLoaderUnk.lua:

local path = require 'pl.path'

and I had to install:

luarocks install luafilesystem