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

Fix SpatialSubSampling (was doing non-atomic writes in backprop). #277

Merged
merged 1 commit into from
May 20, 2016

Conversation

davidsaxton
Copy link
Contributor

Also some changes to test to make it less flaky:

  • Decrease some output counts to reduce out-of-memory issues.
  • Decrease some tolerances.
  • Increase precision of random seed so that multiple test launches at
    the same time start with different seeds.

Also some changes to test to make it less flaky:
- Decrease some output counts to reduce out-of-memory issues.
- Decrease some tolerances.
- Increase precision of random seed so that multiple test launches at
  the same time start with different seeds.
@davidsaxton
Copy link
Contributor Author

Note partially fixes #117, but SpatialDilatedConvolution is still buggy and fails occasionally (gives all-zero gradInput).

@soumith soumith merged commit 9b74238 into torch:master May 20, 2016
@davidsaxton davidsaxton deleted the fix_test branch May 20, 2016 13:23
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