word-rnn
word-rnn copied to clipboard
Recurrent Neural Network that predicts word-by-word
i'm new to both torch and lua, i ran across this issue, which drives me crazy: /home/handa/torch/install/bin/luajit: bad argument #2 to '?' (start index out of bound at /tmp/luarocks_torch-scm-1-9476/torch7/generic/Tensor.c:984) stack...
After the data are prepaired i get this , with the tinyshakespeare data or my data // /luajit: bad argument #2 to '?' (start index out of bound at /......
I received an error similar to some people who described previously, but I searched and tried available debugging methods and none of them can solve this issue. Can someone who...
Hi there, Just found this rework of the awesome char-rnn and I think it would be very useful in my case. I tried using it but after the installation I...
May share link for somebody else similar code in numpy python?
Unable to make it work with OpenCL. It seems you need to install fbcunn, which implies having installed CUDA, and having an NVIDIA GPU. I tried to use it with...
When running `sample.lua` against t7 files I frequently (but not always, depending on set temperature and seed text) come up against this error ``` /home/me/torch/install/bin/luajit: bad argument #2 to '?'...
Hello, I have a question about input word vector. What is the reason representing input word vector as pretrained dense vector instead of one-hot vector ? Will it make the...
Hi, I get a lot of errors like: torch/extra/cutorch/lib/THC/THCTensorIndex.cu:321: void indexSelectLargeIndex(TensorInfo, TensorInfo, TensorInfo, int, int, IndexType, IndexType, long) [with T = float, IndexType = unsigned int, DstDim = 2, SrcDim...
Hello I couldn't quite tell from reading through the code -- if I'm training word level, will seq_length refer to a sequence of N words, or a sequence of N...