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
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)
The text was updated successfully, but these errors were encountered:
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. )
The text was updated successfully, but these errors were encountered: