senisioi / NeuralTextSimplification

Exploring Neural Text Simplification
72 stars 23 forks source link

Error: Inconsistent tensor size #1

Closed saumitrasharma closed 7 years ago

saumitrasharma commented 7 years ago

image

While running translate.sh, I am getting the following error: /home/ubuntu/torch/install/bin/luajit: /home/ubuntu/torch/install/share/lua/5.1/nn/JoinTable.lua:39: inconsistent tensor size at /home/ubuntu/torch/pkg/torch/lib/TH/generic/THTensorCopy.c:17

Attached is a screenshot for your reference. Any idea why this is happening?

senisioi commented 7 years ago

Yes, it looks like it's not compatible with the latest version of torch. For now, the only solution I can provide is to go into your torch checkout and pull this change:

git checkout  d03a42834bb1b674495b0c42de1716b66cc388f1

then install

./install.sh