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
loss_out = Lambda(ctc_lambda_func, output_shape=(1,), name='ctc')() 或者是说如何加载保存的.h5模型呢 models.load('model.h5') 是有问题的 当然demo里面的 model.load_weights 肯定是可以的
loss_out = Lambda(ctc_lambda_func, output_shape=(1,), name='ctc')()
models.load('model.h5')
model.load_weights
The text was updated successfully, but these errors were encountered:
存 base_model
Sorry, something went wrong.
No branches or pull requests
loss_out = Lambda(ctc_lambda_func, output_shape=(1,), name='ctc')()
或者是说如何加载保存的.h5模型呢
models.load('model.h5')
是有问题的当然demo里面的
model.load_weights
肯定是可以的The text was updated successfully, but these errors were encountered: