Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am trying to convert my PyG model to a torchscript. But, it seems the global pooling layers do not support jittable().
Can anyone help on how to convert global pooling layers? Maybe provide an example on how to rewrite global_mean_pooling to support jittable()?
Thanks.
Here is the error that I ran into:
RuntimeError:
Tried to access nonexistent attribute or method 'jittable' of type 'Tensor'.:
File "", line 54
Beta Was this translation helpful? Give feedback.
All reactions