-
Notifications
You must be signed in to change notification settings - Fork 958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parameters() uses torch.type instead of type #1258
Conversation
There are other places
I am not sure if all of them require changing to |
This issue replaces a |
Ah nevermind the previous comment then, but here's the new search:
|
58ad7f7
to
0aeb67b
Compare
@pavanky I changed all of them to torch.type except for one. |
This allows you to pass custom tensors created with torch.class as parameters.