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 need to implement a VMAP over a complex function that at some point calls a standard torch.GRU.
However, when the VMAP function is called, a "RuntimeError: Batching rule not implemented" type error is raised (associated with the internal _VF.gru call) as shown in the snippet below . The error seems very similar to the one raised and solved in #1089, but for some reason is not working for me.
Can you help me understand if I'm doing something wrong or if there is indeed still something that needs to be fixed?
This is critical for a project under development, I would really appreciate your help.
Hello everyone,
I need to implement a VMAP over a complex function that at some point calls a standard torch.GRU.
However, when the VMAP function is called, a "RuntimeError: Batching rule not implemented" type error is raised (associated with the internal _VF.gru call) as shown in the snippet below . The error seems very similar to the one raised and solved in #1089, but for some reason is not working for me.
Can you help me understand if I'm doing something wrong or if there is indeed still something that needs to be fixed?
This is critical for a project under development, I would really appreciate your help.
Thank you in advance.
Bernardo
VERSIONS:
python --version => Python 3.10.12
torch.version => 2.4.0+cu121
CODE TO REPRODUCE
ERROR:
The text was updated successfully, but these errors were encountered: