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

Single-dimension std and var. #96

Merged
merged 1 commit into from
Jan 6, 2015
Merged

Conversation

dominikgrewe
Copy link
Member

Implementation of std and var across a single dimension. The computation
is the same as in Torch. The reduction code is similar to the one used
for sum, max etc., but it's not restricted to <= 4 dimensions.

Implementation of std and var across a single dimension. The computation
is the same as in Torch. The reduction code is similar to the one used
for sum, max etc., but it's not restricted to <= 4 dimensions.
@soumith
Copy link
Member

soumith commented Jan 6, 2015

awesome! fixes #91 fixes one of the case in #70

soumith added a commit that referenced this pull request Jan 6, 2015
Single-dimension std and var.
@soumith soumith merged commit edc92de into torch:master Jan 6, 2015
@soumith soumith mentioned this pull request Feb 28, 2016
35 tasks
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