mmi_anti_pytorch
mmi_anti_pytorch copied to clipboard
version of pytorch, torchtext
Which version of pytorch and torchtext do you use ? I got the following message when trying to perform translate.py. (I use pytorch 0.3.0 and torchtext 0.2.1. )
TypeError: torch.index_select received an invalid combination of arguments - got (torch.cuda.FloatTensor, int, torch.LongTensor), but expected (torch.cuda.FloatTensor source, int dim, torch.cuda.LongTensor index)
Yeah, I'm using pytorch 0.3.0 and torchtext 0.2.1 on python 2.7
Do you know which line popped this error in which file?