Does PyG have GNN Quantization Support? #6133
Answered
by
rusty1s
Salmaafifi98
asked this question in
Q&A
-
Does PyG support GNN quantization or is there a way to use pytorch's dynamic quantization API for example, with the PyG layers to train/run an 8-bit or 16-bit quantized GNN model? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Dec 5, 2022
Replies: 1 comment 1 reply
-
I haven't tested this by myself, but I don't see any reason why this shouldn't be supported. Let me know if you have interest in confirming this by adding a test to PyG :) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Salmaafifi98
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't tested this by myself, but I don't see any reason why this shouldn't be supported. Let me know if you have interest in confirming this by adding a test to PyG :)