Skip to content

fix unsqueeze doc#9374

Closed
ssnl wants to merge 1 commit intomasterfrom
ssnl-9348
Closed

fix unsqueeze doc#9374
ssnl wants to merge 1 commit intomasterfrom
ssnl-9348

Conversation

@ssnl
Copy link
Collaborator

@ssnl ssnl commented Jul 12, 2018

fixes #9348

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.

@ssnl has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

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.

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

goodlux pushed a commit to goodlux/pytorch that referenced this pull request Aug 15, 2018
Summary:
fixes pytorch#9348
Pull Request resolved: pytorch#9374

Differential Revision: D8817215

Pulled By: SsnL

fbshipit-source-id: 047661ae4556bb19e4cd125b01a3fd75ed6642f3
@soumith soumith deleted the ssnl-9348 branch February 21, 2019 12:08
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.

torch.unsqueeze() docs has errors on range for dim [-input.dim(), input.dim()), it should be [-input.dim()-1, input.dim()+1)

4 participants