Skip to content

Use NamedTemporaryFile to avoid filename collisions#2069

Merged
colesbury merged 2 commits intopytorch:masterfrom
colesbury:test_from_file
Jul 12, 2017
Merged

Use NamedTemporaryFile to avoid filename collisions#2069
colesbury merged 2 commits intopytorch:masterfrom
colesbury:test_from_file

Conversation

@colesbury
Copy link
Member

We sometimes run tests in parallel. This test can fail due to filename collisions.

@colesbury colesbury merged commit 841173c into pytorch:master Jul 12, 2017
@colesbury colesbury deleted the test_from_file branch July 12, 2017 21:14
zou3519 pushed a commit to zou3519/pytorch that referenced this pull request Mar 30, 2018
…ch#2069)

In pytorch, after pad_packed_sequence, the "extra" elements (after the
ends of the sequences) are reset. In the equivalent Caffe2 graph
exported via ONNX, they contained some leftover values, which caused
tests to fail. Probably no one depends on these values, but just in
case, set them to zero to mimic pytorch semantics.
houseroad added a commit to houseroad/pytorch that referenced this pull request Jun 3, 2019
…1c4bc5

Summary:
Previous import was 9005291283e943f1a91da5f0acf218bc4e8eb2ca

Included changes:
- **[5160f3ac](onnx/onnx@5160f3ac)**: Fix typo (pytorch#2069) <Takeshi Watanabe>
- **[ac218ac6](onnx/onnx@ac218ac6)**: Add a missing step when upgrading an operator (pytorch#2071) <daquexian>
- **[5972eed9](onnx/onnx@5972eed9)**: Clarify the axis/size in pads, strides, dilations (pytorch#2048) <daquexian>

Differential Revision: D15612734

fbshipit-source-id: 29bec257dc0629418f30c91ced6c7ee938e4ea7e
facebook-github-bot pushed a commit that referenced this pull request Jun 4, 2019
…1c4bc5 (#21311)

Summary:
Pull Request resolved: #21311

Previous import was 9005291283e943f1a91da5f0acf218bc4e8eb2ca

Included changes:
- **[5160f3ac](onnx/onnx@5160f3ac)**: Fix typo (#2069) <Takeshi Watanabe>
- **[ac218ac6](onnx/onnx@ac218ac6)**: Add a missing step when upgrading an operator (#2071) <daquexian>
- **[5972eed9](onnx/onnx@5972eed9)**: Clarify the axis/size in pads, strides, dilations (#2048) <daquexian>

Reviewed By: bddppq

Differential Revision: D15612734

fbshipit-source-id: 235dc3d49e4a6ccd4f43e6c2f648e87611d52697
IvanYashchuk pushed a commit to IvanYashchuk/pytorch that referenced this pull request Oct 25, 2022
…apped with vectorized domains (pytorch#2069)

* Use vectorize predicate for non-vectorized domains that are exactly
mapped with vectorized domains
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