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

Softmax: support multi-dimensional tensors and an arbitrary softmax axis #9

Open
fthielke opened this issue Jan 30, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@fthielke
Copy link
Collaborator

Currently, softmax is only implemented on flat tensors and is thus only useful as the last layer of a classification model.

In the future, the softmax operation should allow multi-dimensional input and choosing an arbitrary axis along which the operation is applied.

@fthielke fthielke added the enhancement New feature or request label Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant