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

Avoid NaN errors and misclassifications in tests #1074

Merged
merged 1 commit into from
Sep 15, 2016

Conversation

lukeyeager
Copy link
Member

This fixes [some of] the Torch errors we keep getting in the test suite. Before the fix, this command would error out within a few attempts:

while ./digits-test digits/model/images/classification/test_views.py:TestTorchLeNetHdf5Shuffle.test_classify_one_json; do echo 1; done

After the fix, it runs for many minutes without error. @gheinrich why had you added this originally?

@lukeyeager lukeyeager merged commit 6b9bff1 into NVIDIA:master Sep 15, 2016
@lukeyeager lukeyeager deleted the test-torch-lenet-fix branch September 15, 2016 23:15
SlipknotTN pushed a commit to cynnyx/DIGITS that referenced this pull request Mar 30, 2017
Avoid NaN errors and misclassifications in tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant