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

OpenspeechCTCModel.forward: self.fc is undefined #230

Open
kuraga opened this issue Oct 20, 2024 · 3 comments
Open

OpenspeechCTCModel.forward: self.fc is undefined #230

kuraga opened this issue Oct 20, 2024 · 3 comments

Comments

@kuraga
Copy link

kuraga commented Oct 20, 2024

Good day!

logits = self.fc(logits).log_softmax(dim=-1)

self.fc is not defined,is it?

Which in_features, out_features should it have?

cc @upskyy , @sooftware

@upskyy
Copy link
Member

upskyy commented Oct 21, 2024

@kuraga
Copy link
Author

kuraga commented Oct 21, 2024

@upskyy , thanks for the reply!
But as far as I understand, there is no the constant encoder_dim...
Should we calculate it?

@kuraga
Copy link
Author

kuraga commented Oct 31, 2024

See sooftware/jasper#4 (comment).

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