Skip to content

Conversation

ntomita
Copy link
Contributor

@ntomita ntomita commented Mar 23, 2017

Without clamping, any values larger than 255 will be replaced with
int(v mod 256) by byte(), which results in high freq noise in image.
Also replaced two transposes with a permutation

ntomita added 2 commits March 22, 2017 20:50
Without clipping, any values larger than 255 will be replaced with
int(v mod 256) by byte(), which results in high freq noise in image.
@soumith soumith merged commit e65925d into pytorch:master Mar 23, 2017
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