Skip to content

Commit

Permalink
Add is_graph to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
farizrahman4u committed Dec 15, 2015
1 parent 85ba9aa commit 515448f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras/layers/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1463,6 +1463,7 @@ class Siamese(Layer):
merge_mode: Same meaning as `mode` argument of Merge layer
concat_axis: Same meaning as `concat_axis` argument of Merge layer
dot_axes: Same meaning as `dot_axes` argument of Merge layer
is_graph: Should be set to True when used inside `Graph`
'''
def __init__(self, layer, inputs, merge_mode='concat',
concat_axis=1, dot_axes=-1, is_graph=False):
Expand Down

0 comments on commit 515448f

Please sign in to comment.