visdial-rl icon indicating copy to clipboard operation
visdial-rl copied to clipboard

RuntimeError: beamTokensTable

Open zchoi opened this issue 3 years ago • 0 comments

Do we really need transpose?Because I got this error: beamTokensTable[:, :, 0] = topIdx.transpose(0, 1).data RuntimeError: The expanded size of the tensor (5) must match the existing size (10) at non-singleton dimension 1. Target sizes: [10, 5]. Tensor sizes: [5, 10]

zchoi avatar Apr 11 '21 07:04 zchoi