Skip to content

Update rnnFusedPointwise.py to revert bias shape#1722

Closed
ShigekiKarita wants to merge 1 commit intopytorch:masterfrom
ShigekiKarita:patch-1
Closed

Update rnnFusedPointwise.py to revert bias shape#1722
ShigekiKarita wants to merge 1 commit intopytorch:masterfrom
ShigekiKarita:patch-1

Conversation

@ShigekiKarita
Copy link

related to this issue #1721

@soumith
Copy link
Collaborator

soumith commented Jun 5, 2017

cc: @csarofeen looks okay?

@apaszke
Copy link
Contributor

apaszke commented Jun 5, 2017

No, they shouldn't have been modified in-place. We should overwrite the references with a result of an out of place unsqueeze, and this wouldn't need any cleanup

@csarofeen
Copy link
Contributor

I will do this and include it in my next version of #1683

@ShigekiKarita
Copy link
Author

@csarofeen thanks!

@apaszke
Copy link
Contributor

apaszke commented Jun 6, 2017

#1683 already fixes it so I'm closing this. Thank you!

@apaszke apaszke closed this Jun 6, 2017
houseroad added a commit to houseroad/pytorch that referenced this pull request Jan 10, 2019
…b9fdd5

Summary:
Previous import was 8384c788939bc65463f9754b6a7a00b212b18ba1

Included changes:
- **[7abd834](onnx/onnx@7abd834)**: Clarify some aspects of the Loop spec. (pytorch#1587) <Scott McKay>
- **[5a5b15f](onnx/onnx@5a5b15f)**: Support rtol and atol at the model granularity (pytorch#1723) <Lu Fang>
- **[ba76e45](onnx/onnx@ba76e45)**: print some information (pytorch#1724) <Lu Fang>
- **[797390d](onnx/onnx@797390d)**: Update README.md (pytorch#1722) <Prasanth Pulavarthi>
- **[40cdb5f](onnx/onnx@40cdb5f)**: repaire convtranspose shape inference (pytorch#1660) <peter yang>
- **[68fdb3f](onnx/onnx@68fdb3f)**: [Minor] Fix Windows line ending in test coverage generating script (pytorch#1717) <Raymond Yang>
- **[00101bf](onnx/onnx@00101bf)**: Remove ConstantLike op. Updates to ConstantOfShape op. (pytorch#1716) <Spandan Tiwari>
- **[c59e90a](onnx/onnx@c59e90a)**: add a shape inference test for group conv (pytorch#1719) <Lu Fang>

Reviewed By: zrphercule

Differential Revision: D13629499

fbshipit-source-id: 61d4b30be2018f6b1e39a6acf9d80f8a5f26d7fc
facebook-github-bot pushed a commit that referenced this pull request Jan 11, 2019
…b9fdd5 (#15942)

Summary:
Pull Request resolved: #15942

Previous import was 8384c788939bc65463f9754b6a7a00b212b18ba1

Included changes:
- **[7abd834](onnx/onnx@7abd834)**: Clarify some aspects of the Loop spec. (#1587) <Scott McKay>
- **[5a5b15f](onnx/onnx@5a5b15f)**: Support rtol and atol at the model granularity (#1723) <Lu Fang>
- **[ba76e45](onnx/onnx@ba76e45)**: print some information (#1724) <Lu Fang>
- **[797390d](onnx/onnx@797390d)**: Update README.md (#1722) <Prasanth Pulavarthi>
- **[40cdb5f](onnx/onnx@40cdb5f)**: repaire convtranspose shape inference (#1660) <peter yang>
- **[68fdb3f](onnx/onnx@68fdb3f)**: [Minor] Fix Windows line ending in test coverage generating script (#1717) <Raymond Yang>
- **[00101bf](onnx/onnx@00101bf)**: Remove ConstantLike op. Updates to ConstantOfShape op. (#1716) <Spandan Tiwari>
- **[c59e90a](onnx/onnx@c59e90a)**: add a shape inference test for group conv (#1719) <Lu Fang>

Reviewed By: zrphercule

Differential Revision: D13629499

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

5 participants