Replies: 1 comment 7 replies
-
Does the same code work for you when using the |
Beta Was this translation helpful? Give feedback.
7 replies
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.
-
Cannot use
pytorch.cuda.amp
since some tensor inGCNConv
doesn't changedtype
tohalf float
PS:
sgcn_conv.py
is just a rewrite ofgcn_conv.py
with only code modification ofgcn_norm
, I think it won't affectadj_t
I find that
![Uploading image.png…]()
SparseTensor
will beautocast
bytorch.cuda.amp
, that's where the problem resides.Beta Was this translation helpful? Give feedback.
All reactions