Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in sparse_categorical_crossentropy in theano backend #7512

Closed
udibr opened this issue Aug 3, 2017 · 1 comment
Closed

bug in sparse_categorical_crossentropy in theano backend #7512

udibr opened this issue Aug 3, 2017 · 1 comment

Comments

@udibr
Copy link
Contributor

udibr commented Aug 3, 2017

theano sparse_categorical_crossentropy calls categorical_crossentropy on line
https://github.com/fchollet/keras/blob/master/keras/backend/theano_backend.py#L1539
but the call is using the wrong order of parameters. should be

    return categorical_crossentropy(target, output, from_logits)
udibr added a commit to udibr/keras that referenced this issue Aug 3, 2017
@udibr udibr mentioned this issue Aug 3, 2017
fchollet pushed a commit that referenced this issue Aug 3, 2017
@stale
Copy link

stale bot commented Nov 1, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 30 days if no further activity occurs, but feel free to re-open a closed issue if needed.

@stale stale bot added the stale label Nov 1, 2017
@stale stale bot closed this as completed Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant