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 softmax visualization by scaling to image range #1647

Merged
merged 1 commit into from
May 25, 2017
Merged

Fix softmax visualization by scaling to image range #1647

merged 1 commit into from
May 25, 2017

Conversation

Noiredd
Copy link
Contributor

@Noiredd Noiredd commented May 22, 2017

Fixes issue #1645, where softmax output was left in 0-1 range (as compared to 0-255 image) which prevented proper visualization. See image for before&after comparison. Changes digits/model/tasks/caffe_train.py per @lukeyeager's suggestion.

before and after

@ethantang95
Copy link
Contributor

Validated and passes through all the tests.

@ethantang95 ethantang95 merged commit 83254ed into NVIDIA:master May 25, 2017
ethantang95 added a commit to ethantang95/DIGITS that referenced this pull request Jul 10, 2017
Fix softmax visualization by scaling to image range
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.

None yet

3 participants