-
Notifications
You must be signed in to change notification settings - Fork 27
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
question about emb_device and device for History class #16
Comments
|
Thank you for the explanation. What I don't understand is that when I run the following code,
I got
I observe there is a process both on I am using torch 1.10.0 + cuda 11.3 + pyg 2.0.4 + python 3.7.13. Let me know if you need more info. Thank you! |
Yes, this looks correct to me. Histories will be on CPU while model parameters are on |
I don't know what the possible reasons are. I also tried
and run |
Hello Matthias,
Thank you very much for the code. Nice work as always.
I was wondering what is the difference between emb_device and device for the History class?
When I initialized a GCN like this
I get
but I noticed that there is a process in cuda:0 (I have multiple gpus), which I don't understand why. Is this desirable behavior?
Also, in general, should I always set the device in GCN class as none? I noticed this is what you did in the large_benchmark/main.py.
The text was updated successfully, but these errors were encountered: