Created by: eindenbom
torch.nn.Embedding layer requires LongTensor as input. On Windows IntTensor is created by default. Explicit specification of data type fixes the problem.
Created by: eindenbom
torch.nn.Embedding layer requires LongTensor as input. On Windows IntTensor is created by default. Explicit specification of data type fixes the problem.