Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to call super method in i6_models.parts.conformer.norm.LayerNormNC with TorchScript #24

Open
Judyxujj opened this issue Jun 22, 2023 · 1 comment

Comments

@Judyxujj
Copy link
Contributor

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

@JackTemaki
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants