Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ONNX] Update instance_norm2 symbolic to handle track_running_stats=True (#55051) #58575

Closed
wants to merge 1 commit into from

Conversation

BowenBao
Copy link
Collaborator

@BowenBao BowenBao commented May 19, 2021

Stack from ghstack:

Fixes #53887
Not input calling running_mean and running_var when track_running_stats=True

Co-authored-by: hwangdeyu deyhuang@qq.com

…rue (#55051)

Fixes [#53887](#53887)
Not input calling running_mean and running_var when track_running_stats=True

Co-authored-by: hwangdeyu <deyhuang@qq.com>

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented May 19, 2021

💊 CI failures summary and remediations

As of commit 5bd126e (more details on the Dr. CI page):


  • 2/4 failures introduced in this PR
  • 2/4 broken upstream at merge base 1ba05ef on May 19 from 8:24am to 2:23pm

🕵️ 2 new failures recognized by patterns

The following CI failures do not appear to be due to upstream breakages:

See CircleCI build pytorch_linux_bionic_py3_8_gcc9_coverage_test2 (1/2)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

May 19 23:39:49 [E request_callback_no_python.c...g operation failed in the TorchScript interpreter.
May 19 23:39:49 
May 19 23:39:49 [E request_callback_no_python.cpp:667] Received error while processing request type 256: The following operation failed in the TorchScript interpreter.
May 19 23:39:49 Traceback of TorchScript (most recent call last):
May 19 23:39:49   File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 340, in raise_func_script
May 19 23:39:49 @torch.jit.script
May 19 23:39:49 def raise_func_script(expected_err: str) -> torch.Tensor:
May 19 23:39:49     raise ValueError(expected_err)
May 19 23:39:49     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE
May 19 23:39:49 RuntimeError: Expected error
May 19 23:39:49 
May 19 23:39:49 [E request_callback_no_python.cpp:667] Received error while processing request type 256: The following operation failed in the TorchScript interpreter.
May 19 23:39:49 Traceback of TorchScript (most recent call last):
May 19 23:39:49   File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 340, in raise_func_script
May 19 23:39:49 @torch.jit.script
May 19 23:39:49 def raise_func_script(expected_err: str) -> torch.Tensor:
May 19 23:39:49     raise ValueError(expected_err)
May 19 23:39:49     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE
May 19 23:39:49 RuntimeError: Expected error
May 19 23:39:49 
May 19 23:39:50 ok (3.879s)
May 19 23:39:54   test_wait_all_multiple_call (__main__.TensorPipeRpcTestWithSpawn) ... ok (3.978s)

See CircleCI build pytorch_linux_bionic_py3_8_gcc9_coverage_test1 (2/2)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

May 19 23:37:19 [E request_callback_no_python.c...g operation failed in the TorchScript interpreter.
May 19 23:37:19 
May 19 23:37:19 [E request_callback_no_python.cpp:667] Received error while processing request type 256: The following operation failed in the TorchScript interpreter.
May 19 23:37:19 Traceback of TorchScript (most recent call last):
May 19 23:37:19   File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 340, in raise_func_script
May 19 23:37:19 @torch.jit.script
May 19 23:37:19 def raise_func_script(expected_err: str) -> torch.Tensor:
May 19 23:37:19     raise ValueError(expected_err)
May 19 23:37:19     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE
May 19 23:37:19 RuntimeError: Expected error
May 19 23:37:19 
May 19 23:37:19 [E request_callback_no_python.cpp:667] Received error while processing request type 256: The following operation failed in the TorchScript interpreter.
May 19 23:37:19 Traceback of TorchScript (most recent call last):
May 19 23:37:19   File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 340, in raise_func_script
May 19 23:37:19 @torch.jit.script
May 19 23:37:19 def raise_func_script(expected_err: str) -> torch.Tensor:
May 19 23:37:19     raise ValueError(expected_err)
May 19 23:37:19     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE
May 19 23:37:19 RuntimeError: Expected error
May 19 23:37:19 
May 19 23:37:20 ok (3.668s)
May 19 23:37:24   test_wait_all_multiple_call (__main__.TensorPipeRpcTestWithSpawn) ... ok (3.668s)

2 jobs timed out:

  • pytorch_linux_bionic_py3_8_gcc9_coverage_test2
  • pytorch_linux_bionic_py3_8_gcc9_coverage_test1

🚧 2 fixed upstream failures:

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

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.

Click here to manually regenerate this comment.

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