word-rnn
word-rnn copied to clipboard
Recurrent Neural Network that predicts word-by-word
Hi Whenever I am trying to pass glove file with 150 dimensions,I am getting this error. th train.lua loading data files... cutting off end of data so that the batches/sequences...
I'm running Linux Mint 17.3 (a distro compatible with Ubuntu) and followed your instructions to the letter. This line doesn't work: $ sudo luarocks install lrexlib-pcre PCRE_DIR=/lib/x86_64-linux-gnu/ Instead, you need...
Hi Lars -- thanks for the nice repo. I created a docker image to help me deploy my fork across my local and remote machines. I've updated your readme with...
When I try to use inspect_checkpoint.lua on a checkpoint that used GloVe, I get the following: randall@Ahmed-linux:~/word-rnn$ th inspect_checkpoint.lua cv_26_512_.3_l1_3.87/lm_lstm_epoch7.11_4.2338.t7 using CUDA on GPU 0... /home/randall/torch/install/bin/luajit: /home/randall/torch/install/share/lua/5.1/torch/File.lua:343: unknown Torch class...
Hello, I am testing word-rnn with word_level = 1 parameter. The learning process starts successfully, but after a while I encountered the following error. There are some other threads same...
Howdy. First, I'm having fun playing with the word-rnn package. Thanks for making it. However, in the ReadMe, I think it might be helpful to say a bit more about...
Hi, I am very excited to try word-rnn and I have installed torch and all that on OS X 10.11 Running the test program th train.lua -gpuid -1 I get...
I've been experimenting your word version and I was wondering if it's possible to modify 'sample-beam.lua' to work properly at the word level? https://github.com/pender/char-rnn/blob/master/sample-beam.lua It improves the output results at...
Hey, this is the first line of Lua I've ever written, not sure style is correct but wanted to keep it concise. This makes the library compatible with opencl by...