You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use PyG's sparse softmax operation (tg.utils.softmax) but am unable to understand what the input parameters are and what exactly is going on under the hood. I took a look at the source code but to no avail.
The utils (link) page doesn't give any information about this softmax operation and there are no public tutorials either. When I try to click the method name, it has no hyper-link like the other utils methods do.
Any help with this would be greatly appreciated! Thank you 🙌🏻
Suggest a potential alternative/fix
No response
The text was updated successfully, but these errors were encountered:
Thanks for reporting. There was indeed an issue in the code that prevented the softmax documentation from being displayed properly. This is now fixed (#4824).
📚 Describe the documentation issue
Hello PyG Team,
I've been trying to use PyG's sparse softmax operation (
tg.utils.softmax
) but am unable to understand what the input parameters are and what exactly is going on under the hood. I took a look at the source code but to no avail.The
utils
(link) page doesn't give any information about this softmax operation and there are no public tutorials either. When I try to click the method name, it has no hyper-link like the otherutils
methods do.Any help with this would be greatly appreciated! Thank you 🙌🏻
Suggest a potential alternative/fix
No response
The text was updated successfully, but these errors were encountered: