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 have an issue when I want to send nn.parameter to the optimizer, the error is as follow:
TypeError: params argument given to the optimizer should be an iterable of Tensors or dicts, but got torch.cuda.FloatTensor
Thank you!
The text was updated successfully, but these errors were encountered:
Hello, thank you for your great work!
I have an issue when I want to send nn.parameter to the optimizer, the error is as follow:
TypeError: params argument given to the optimizer should be an iterable of Tensors or dicts, but got torch.cuda.FloatTensor
Thank you!
The text was updated successfully, but these errors were encountered: