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

CuDNNGRU层中文文档问题 #138

Open
GrayXu opened this issue Oct 12, 2018 · 0 comments
Open

CuDNNGRU层中文文档问题 #138

GrayXu opened this issue Oct 12, 2018 · 0 comments

Comments

@GrayXu
Copy link

GrayXu commented Oct 12, 2018

CuDNNGRU层应该是不支持传参dropout的。
keras.layers.CuDNNGRU(units, kernel_initializer='glorot_uniform', recurrent_initializer='orthogonal', bias_initializer='zeros', kernel_regularizer=None, recurrent_regularizer=None, bias_regularizer=None, activity_regularizer=None, kernel_constraint=None, recurrent_constraint=None, bias_constraint=None, return_sequences=False, return_state=False, stateful=False)

你们的文档却显示

dropout:0~1之间的浮点数,控制输入线性变换的神经元断开比例

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

1 participant