Skip to content

Fix dimension check in 1D instance norm, allowing 2D tensors alongside 3D.#9924

Closed
veugene wants to merge 1 commit intopytorch:masterfrom
veugene:fix_instancenorm1d_dimcheck
Closed

Fix dimension check in 1D instance norm, allowing 2D tensors alongside 3D.#9924
veugene wants to merge 1 commit intopytorch:masterfrom
veugene:fix_instancenorm1d_dimcheck

Conversation

@veugene
Copy link
Contributor

@veugene veugene commented Jul 27, 2018

Fixes #9776.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

soumith is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

jramseyer pushed a commit to jramseyer/pytorch that referenced this pull request Jul 30, 2018
…e 3D. (pytorch#9924)

Summary:
Fixes pytorch#9776.
Pull Request resolved: pytorch#9924

Differential Revision: D9028328

Pulled By: soumith

fbshipit-source-id: d5f22abb2be83b34aee95ebe144c97519a6854f8
goodlux pushed a commit to goodlux/pytorch that referenced this pull request Aug 15, 2018
…e 3D. (pytorch#9924)

Summary:
Fixes pytorch#9776.
Pull Request resolved: pytorch#9924

Differential Revision: D9028328

Pulled By: soumith

fbshipit-source-id: d5f22abb2be83b34aee95ebe144c97519a6854f8
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.

InstanceNorm1d does not match documentation and is redundant.

4 participants