Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRequest: update Keras documentation #13988
Open
Labels
Comments
|
Hi @mrgloom I'm new to Keras, how can one take up an issue. |
|
I'm not sure, you can check contribution guide |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Make possible to make link to paragraph, i.e. in https://keras.io/layers/recurrent/ we have LSTM paragraph, but I can't get link directly to it. For example like in pytorch docs https://pytorch.org/docs/stable/nn.html#lstm
Link to source becomes outdated, i.e. https://github.com/keras-team/keras/blob/master/keras/layers/recurrent.py#L2081 source code is changed and this line is no longer points to relevant class definition.