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

Fixed typo in comments #1784

Merged
merged 1 commit into from
Jan 27, 2020
Merged

Fixed typo in comments #1784

merged 1 commit into from
Jan 27, 2020

Conversation

abdulbasit189
Copy link
Contributor

I have fixed a typo that was persent in the Normalize class changed line 150 from input[channel] = (input[channel] - mean[channel]) / std[channel] to output[channel] = (input[channel] - mean[channel]) / std[channel]
This is follow up to pytorch/pytorch#32279

I have fixed a typo that was persent in the Normalize class changed line 150 from     ``input[channel] = (input[channel] - mean[channel]) / std[channel]`` to     ``output[channel] = (input[channel] - mean[channel]) / std[channel]``
@mrshenli mrshenli requested a review from fmassa January 23, 2020 16:06
Copy link
Member

@fmassa fmassa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fmassa fmassa merged commit 035ed16 into pytorch:master Jan 27, 2020
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