错误的参数#2到?(期待数字或火炬.DoubleTensor或torch.DoubleStorage在Tensor.c:1125)

时间:2016-07-06 07:50:05

标签: torch

我使用的代码是:

  local word2vec=nn.LookupTable(sent_len,300)

then got the error:bad argument2 # to ?(expecting number or torch.DoubleTensor or torch.DoubleStorage at Tensor.c:1125)

1 个答案:

答案 0 :(得分:1)

经过多次试用,我终于找到了sent_len类型的原因,它应该是一个数字类型,但它不在我的代码中。