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
尝试把n_class+1程序可以运行,但是不知道对不对 x = Dense(n_class + 1, kernel_initializer='he_normal', activation='softmax')(x)
Originally posted by @Sqrt5 in #7 (comment)
The text was updated successfully, but these errors were encountered:
百度CTC_loss,有的解读说是得加一个blank的位置,加1应该是对的
Sorry, something went wrong.
No branches or pull requests
尝试把n_class+1程序可以运行,但是不知道对不对
x = Dense(n_class + 1, kernel_initializer='he_normal', activation='softmax')(x)
Originally posted by @Sqrt5 in #7 (comment)
The text was updated successfully, but these errors were encountered: