Parametrizations depending on several inputs#60530
Closed
lezcano wants to merge 13 commits intopytorch:masterfrom
Closed
Parametrizations depending on several inputs#60530lezcano wants to merge 13 commits intopytorch:masterfrom
lezcano wants to merge 13 commits intopytorch:masterfrom
Conversation
Better testing Better docs
Use collections.abc Change the handling of a sequence of one tensor Reword some bits
Contributor
💊 CI failures summary and remediationsAs of commit bca087e (more details on the Dr. CI page and at hud.pytorch.org/pr/60530):
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
| Job | Step | Action |
|---|---|---|
| Run in docker | 🔁 rerun |
3 jobs timed out:
binary_linux_libtorch_3_7m_cpu_gcc5_4_cxx11-abi_shared-with-deps_testpytorch_libtorch_linux_xenial_cuda11_1_cudnn8_py3_gcc7_buildpytorch_libtorch_linux_xenial_cuda10_2_cudnn7_py3_gcc7_build
🚧 1 fixed upstream failure:
These were probably caused by upstream breakages that were already fixed.
Please rebase on the viable/strict branch (expand for instructions)
If your commit is older than viable/strict, run these commands:
git fetch https://github.com/pytorch/pytorch viable/strict
git rebase FETCH_HEAD
- pytorch_libtorch_linux_xenial_cuda10_2_cudnn7_py3_gcc7_build from Jun 21 until Jun 23 (5d476f5 - 63219f1)
ci.pytorch.org: 1 failed
This comment was automatically generated by Dr. CI (expand for details).
Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group.
Collaborator
|
Thanks! |
Contributor
|
@albanD has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
albanD
approved these changes
Jun 25, 2021
Contributor
asuhan
pushed a commit
to asuhan/pytorch
that referenced
this pull request
Jun 28, 2021
Summary: Resubmit of pytorch#58488 There was a line that had been changed in `test_nn.py` as caught in pytorch#58488 (comment) I reverted that line, which should never have been changed. I reckon that should solve the issue. Pull Request resolved: pytorch#60530 Reviewed By: ngimel Differential Revision: D29329865 Pulled By: albanD fbshipit-source-id: 8dfd0cd968fe26a3924dae7ca366af2c8a8639b3
asuhan
pushed a commit
that referenced
this pull request
Jun 30, 2021
Summary: Resubmit of #58488 There was a line that had been changed in `test_nn.py` as caught in #58488 (comment) I reverted that line, which should never have been changed. I reckon that should solve the issue. Pull Request resolved: #60530 Reviewed By: ngimel Differential Revision: D29329865 Pulled By: albanD fbshipit-source-id: 8dfd0cd968fe26a3924dae7ca366af2c8a8639b3
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 25, 2026
Summary: Resubmit of pytorch#58488 There was a line that had been changed in `test_nn.py` as caught in pytorch#58488 (comment) I reverted that line, which should never have been changed. I reckon that should solve the issue. Pull Request resolved: pytorch#60530 Reviewed By: ngimel Differential Revision: D29329865 Pulled By: albanD fbshipit-source-id: 8dfd0cd968fe26a3924dae7ca366af2c8a8639b3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resubmit of #58488
There was a line that had been changed in
test_nn.pyas caught in #58488 (comment)I reverted that line, which should never have been changed. I reckon that should solve the issue.