We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Good day!
openspeech/openspeech/models/openspeech_ctc_model.py
Line 118 in 10b2589
self.fc is not defined,is it?
Which in_features, out_features should it have?
in_features
out_features
cc @upskyy , @sooftware
The text was updated successfully, but these errors were encountered:
@kuraga It should be defined as below link, but there seems to be a missing issue in the jasper model.
https://github.com/openspeech-team/openspeech/blob/main/openspeech/models/contextnet/model.py#L71 https://github.com/openspeech-team/openspeech/blob/main/openspeech/models/conformer/model.py#L66
Sorry, something went wrong.
@upskyy , thanks for the reply! But as far as I understand, there is no the constant encoder_dim... Should we calculate it?
encoder_dim
See sooftware/jasper#4 (comment).
No branches or pull requests
Good day!
openspeech/openspeech/models/openspeech_ctc_model.py
Line 118 in 10b2589
self.fc
is not defined,is it?Which
in_features
,out_features
should it have?cc @upskyy , @sooftware
The text was updated successfully, but these errors were encountered: