Skip to content

Commit

Permalink
update documentation to {0, 1} (tensorflow#17245)
Browse files Browse the repository at this point in the history
  • Loading branch information
minggli authored and gunan committed Feb 25, 2018
1 parent a9bf219 commit d187c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/ops/losses/losses_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def sigmoid_cross_entropy(
Args:
multi_class_labels: `[batch_size, num_classes]` target integer labels in
`(0, 1)`.
`{0, 1}`.
logits: Float `[batch_size, num_classes]` logits outputs of the network.
weights: Optional `Tensor` whose rank is either 0, or the same rank as
`labels`, and must be broadcastable to `labels` (i.e., all dimensions must
Expand Down

0 comments on commit d187c21

Please sign in to comment.