Skip to content

Commit

Permalink
merge layer reference and initializers name corrected (keras-team#5736)
Browse files Browse the repository at this point in the history
* merge layer reference and initializers name corrected

* Initializations changed to Initializers
  • Loading branch information
arpit15 authored and fchollet committed Mar 13, 2017
1 parent 92d1cf8 commit 3916e62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
from keras.layers import advanced_activations
from keras.layers import embeddings
from keras.layers import wrappers
from keras.layers import merge
from keras import optimizers
from keras import callbacks
from keras import models
Expand Down Expand Up @@ -224,7 +225,7 @@
},
{
'page': 'layers/merge.md',
'all_module_classes': [keras.merge],
'all_module_classes': [merge],
},
{
'page': 'layers/wrappers.md',
Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pages:
- Datasets: datasets.md
- Applications: applications.md
- Backend: backend.md
- Initializations: initializations.md
- Initializers: initializers.md
- Regularizers: regularizers.md
- Constraints: constraints.md
- Visualization: visualization.md
Expand Down

0 comments on commit 3916e62

Please sign in to comment.