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

Update LogSoftMax to work in spatial domain #193

Closed
wants to merge 1 commit into from

Conversation

fmassa
Copy link
Contributor

@fmassa fmassa commented Jan 14, 2016

Cuda version of torch/nn#560

This is a hacky PR.
As I don't have experience with CUDA, I preferred not to touch in the current implementation of LogSoftMax (to avoid breaking something). I simply copied the old kernels of LogSoftMax, which were simpler to understand and added the strides to handle spatial data, similarly to #135.

Should address torch/nn#548

@soumith
Copy link
Member

soumith commented Sep 28, 2016

See #338

@soumith soumith closed this Sep 28, 2016
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

Successfully merging this pull request may close these issues.

2 participants