Conversation
💊 CircleCI build failures summary and remediationsAs of commit ad32141: None of the build failures appear to be your fault.
Detailed failure analysisOne may explore the probable reasons each build failed interactively on the Dr. CI website. 🚧 2 upstream failures recognized by patterns:These builds matched patterns, but were probably caused by upstream breakages:
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 on the GitHub issue tracker. This comment has been revised 9 times. |
|
@houseroad Please let me know if I should ask someone else to review it. Thanks! |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@houseroad has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
torch/onnx/symbolic_opset12.py
Outdated
|
|
||
| @parse_args('s', 'v') | ||
| def einsum(g, equation, tensor_list): | ||
| return g.op("Einsum", tensor_list, equation_s=equation) |
There was a problem hiding this comment.
How do we handle tensor_list here?
There was a problem hiding this comment.
Thanks, I missed that. I fixed the symbolic and checked on onnx graph.
houseroad
left a comment
There was a problem hiding this comment.
Actually, tests are failing. Is it related?
…into neraoof/einsum
facebook-github-bot
left a comment
There was a problem hiding this comment.
@houseroad has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
facebook-github-bot
left a comment
There was a problem hiding this comment.
@houseroad has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
@houseroad merged this pull request in e03e4f3. |
Summary: Adding symbolic for onnx einsum as part of opset 12 Pull Request resolved: pytorch#32716 Reviewed By: hl475 Differential Revision: D19626168 Pulled By: houseroad fbshipit-source-id: d8cc8af5f05f36aca3cd55dead602261ccdfec51
Summary: Adding symbolic for onnx einsum as part of opset 12 Pull Request resolved: pytorch#32716 Reviewed By: hl475 Differential Revision: D19626168 Pulled By: houseroad fbshipit-source-id: d8cc8af5f05f36aca3cd55dead602261ccdfec51
|
I still cannot convert model from pytorch to onnx. Even though I has altered the source code of |
Adding symbolic for onnx einsum as part of opset 12