Skip to content

Commit

Permalink
sum -> add (keras-team#5698)
Browse files Browse the repository at this point in the history
  • Loading branch information
farizrahman4u authored and fchollet committed Mar 10, 2017
1 parent 89e1ce5 commit ea78473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/legacy/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self, layers=None, mode='sum', concat_axis=-1,
warnings.warn('The `Merge` layer is deprecated '
'and will be removed after 08/2017. '
'Use instead layers from `keras.layers.merge`, '
'e.g. `sum`, `concatenate`, etc.')
'e.g. `add`, `concatenate`, etc.')
self.layers = layers
self.mode = mode
self.concat_axis = concat_axis
Expand Down

0 comments on commit ea78473

Please sign in to comment.