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
I train the dialogue task, when i want to decoding, error occurs:
Traceback (most recent call last):
File "sample_seq2seq.py", line 210, in <module>
main()
File "sample_seq2seq.py", line 184, in main
return torch._C._nn.linear(input, weight, bias)
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cuda:3! (when checking arugment for argument mat2 in method wrapper_mm)
The text was updated successfully, but these errors were encountered:
I train the dialogue task, when i want to decoding, error occurs:
The text was updated successfully, but these errors were encountered: