You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using CUDA on GPU 1...
loading cudnn...
loading data...
done!
Source vocab size: 33296, Target vocab size: 47527
Source max sent len: 336, Target max sent len: 338 [16/1668]
Number of additional features on source side: 0
Switching on memory preallocation
Number of parameters: 43885727 (active: 43885727)
/home/ubuntu/src/torch/install/bin/luajit: bad argument #2 to '?' (end index out of bound)
stack traceback:
[C]: at 0x7f957c1aa210
[C]: in function '__index'
train.lua:395: in function 'train_batch'
train.lua:750: in function 'train'
train.lua:1091: in function 'main'
train.lua:1094: in main chunk
[C]: in function 'dofile'
.../src/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00405d50
I am running this on a p2.xlarge machine on AWS. Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered:
I am using seq2seq-attn to go from AMRs to English.
I am using this command:
And I get the following error:
I am running this on a p2.xlarge machine on AWS. Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered: