Skip to content

Commit

Permalink
edit cost
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao committed Aug 9, 2016
1 parent 57be5db commit 6673a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorlayer/cost.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def cross_entropy(output, target):
Parameters
----------
output : Tensorflow variable
A distribution with shape: [None, n_feature].
A distribution with shape: [None, n_feature].
target : Tensorflow variable
A distribution with shape: [None, n_feature].
Expand Down

0 comments on commit 6673a9f

Please sign in to comment.