Replies: 2 comments 1 reply
-
Where do you call |
Beta Was this translation helpful? Give feedback.
0 replies
-
@rusty1s Thanks a lot!
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
For my model, I have a node feature (called prime) that is stored as sparse tensor, which is multiplied by a double tensor (model derivative, named "gradient") during model "forward".
I have two questions and would really appreciate some help:
1: currently, the model won't even train with the gpu version of pytorch, and game me an error (shown below), but it Does work with the cpu only version of pytorch. Seems it's realted to pin_memory, how could I get around this?
Thanks a lot for your help! Please let me know if you need more details about my model
Beta Was this translation helpful? Give feedback.
All reactions