Pass shape infos to ONNX -> Caffe2 C++ conversion backend#9870
Pass shape infos to ONNX -> Caffe2 C++ conversion backend#9870bddppq wants to merge 2 commits intopytorch:masterfrom
Conversation
facebook-github-bot
left a comment
There was a problem hiding this comment.
@bddppq 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.
@bddppq has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
caffe2/onnx/backend.h
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
caffe2/onnx/backend.h
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
caffe2/python/pybind_state.cc
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
facebook-github-bot
left a comment
There was a problem hiding this comment.
@bddppq 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.
@bddppq has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
caffe2/python/onnx/backend.py
Outdated
| value_infos = [] | ||
| for name in node_def.input: | ||
| if pred_model is not None: | ||
| for vi in itertools.chain(pred_model.graph.input, pred_model.graph.output): |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
facebook-github-bot
left a comment
There was a problem hiding this comment.
@bddppq has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: And let Gemm conversion to inspect the input `C` to try converting to FC. Pull Request resolved: pytorch#9870 Reviewed By: houseroad Differential Revision: D9013198 Pulled By: bddppq fbshipit-source-id: b4c509cfccca238262e1c406b004e66cef256321
Summary: And let Gemm conversion to inspect the input `C` to try converting to FC. Pull Request resolved: pytorch#9870 Reviewed By: houseroad Differential Revision: D9013198 Pulled By: bddppq fbshipit-source-id: b4c509cfccca238262e1c406b004e66cef256321
And let Gemm conversion to inspect the input
Cto try converting to FC.