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
runtime error "'Tensor' object has no attribute or method 'forward'" in super().forward(tensor.transpose(1, -1)).transpose(1, -1). Same issue is also reported here
The text was updated successfully, but these errors were encountered:
Torch scripting causes so many problems over tracing that we might just not support that for now, there were even more issues than this one here when I tried to script a conformer model. Lets keep this issue open to remember it, but I would not do anything about it for now.
runtime error "'Tensor' object has no attribute or method 'forward'" in
super().forward(tensor.transpose(1, -1)).transpose(1, -1)
. Same issue is also reported hereThe text was updated successfully, but these errors were encountered: