Skip to content

Commit

Permalink
Fix bug in docs
Browse files Browse the repository at this point in the history
From the code, the default collection of `summary.merge` should be `[]`.
  • Loading branch information
ppwwyyxx authored Dec 8, 2016
1 parent 123a0f9 commit a0f9ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/summary/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def merge(inputs, collections=None, name=None):
inputs: A list of `string` `Tensor` objects containing serialized `Summary`
protocol buffers.
collections: Optional list of graph collections keys. The new summary op is
added to these collections. Defaults to `[GraphKeys.SUMMARIES]`.
added to these collections. Defaults to `[]`.
name: A name for the operation (optional).
Returns:
Expand Down

0 comments on commit a0f9ccc

Please sign in to comment.