Skip to content

quick patch for PackPadded removal to propagate the correct size.#9657

Closed
anderspapitto wants to merge 1 commit intopytorch:masterfrom
anderspapitto:pack-padded
Closed

quick patch for PackPadded removal to propagate the correct size.#9657
anderspapitto wants to merge 1 commit intopytorch:masterfrom
anderspapitto:pack-padded

Conversation

@anderspapitto
Copy link
Contributor

Summary:

The underlying reason why this is even an issue is that the conversion
into and out of the 'fictional' onnx operators is done in an unhygenic
order. This doesn't address that, but it does fix the one observable
case where this produces an incorrect result, and unblocks some other
work being done.

@anderspapitto
Copy link
Contributor Author

let's try this again. added nullptr check

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.

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

@soumith
Copy link
Collaborator

soumith commented Jul 21, 2018

@pytorchbot retest this please

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.

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

Summary:

The underlying reason why this is even an issue is that the conversion
into and out of the 'fictional' onnx operators is done in an unhygenic
order. This doesn't address that, but it does fix the one observable
case where this produces an incorrect result, and unblocks some other
work being done.
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.

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

@anderspapitto anderspapitto deleted the pack-padded branch July 25, 2018 23:22
jramseyer pushed a commit to jramseyer/pytorch that referenced this pull request Jul 30, 2018
…torch#9657)

Summary:
The underlying reason why this is even an issue is that the conversion
into and out of the 'fictional' onnx operators is done in an unhygenic
order. This doesn't address that, but it does fix the one observable
case where this produces an incorrect result, and unblocks some other
work being done.
Pull Request resolved: pytorch#9657

Differential Revision: D8940824

Pulled By: anderspapitto

fbshipit-source-id: ea827a24c85447fe4ae470336a746329598eee84
goodlux pushed a commit to goodlux/pytorch that referenced this pull request Aug 15, 2018
…torch#9657)

Summary:
The underlying reason why this is even an issue is that the conversion
into and out of the 'fictional' onnx operators is done in an unhygenic
order. This doesn't address that, but it does fix the one observable
case where this produces an incorrect result, and unblocks some other
work being done.
Pull Request resolved: pytorch#9657

Differential Revision: D8940824

Pulled By: anderspapitto

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

4 participants