TensorRT 6.0 support and PyTorch->ONNX->TRT6 unit test#26426
TensorRT 6.0 support and PyTorch->ONNX->TRT6 unit test#26426drnikolaev wants to merge 58 commits intopytorch:masterfrom drnikolaev:pr_trt6
Conversation
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
left a comment
There was a problem hiding this comment.
Overall, looks pretty good. Please address the inline comments. Thanks!
houseroad
left a comment
There was a problem hiding this comment.
@drnikolaev could you rebase to the master?
I have introduced a CI for you already. :-)
|
@houseroad thank you! This is the first thing I'll do after vacation. :) |
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 please check it out |
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
left a comment
There was a problem hiding this comment.
Overall, looks legit, some inline comments, and also could you rebase to master?
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.
|
This has broken master CI: |
|
Could you try |
Summary: This PR makes Caffe2 compatible with TensorRT 6. To make sure it works well, new unit test is added. This test checks PyTorch->ONNX->TRT6 inference flow for all classification models from TorhchVision Zoo. Note on CMake changes: it has to be done in order to import onnx-tensorrt project. See pytorch/pytorch#18524 for details. Pull Request resolved: pytorch/pytorch#26426 Reviewed By: hl475 Differential Revision: D17495965 Pulled By: houseroad fbshipit-source-id: 3e8dbe8943f5a28a51368fd5686c8d6e86e7f693
|
The PR was reverted, please resubmit the PR and fix the issue. |
|
done. see #28715 |
|
@houseroad merged this pull request in 4996e3a. |
Summary: This is the fix for reverted pytorch/pytorch#26426 houseroad bddppq soumith Pull Request resolved: pytorch/pytorch#28715 Reviewed By: hl475 Differential Revision: D18146731 Pulled By: houseroad fbshipit-source-id: 247366451a6334e84df82d00339521f797b33130
Summary: For TensorRT test introduced in pytorch#26426 Pull Request resolved: pytorch#26835 Reviewed By: hl475 Differential Revision: D17580108 Pulled By: houseroad fbshipit-source-id: c57fafec228b78c26b8a7946c92ad7434425bbd4
Summary: This PR makes Caffe2 compatible with TensorRT 6. To make sure it works well, new unit test is added. This test checks PyTorch->ONNX->TRT6 inference flow for all classification models from TorhchVision Zoo. Note on CMake changes: it has to be done in order to import onnx-tensorrt project. See pytorch#18524 for details. Pull Request resolved: pytorch#26426 Reviewed By: hl475 Differential Revision: D17495965 Pulled By: houseroad fbshipit-source-id: 3e8dbe8943f5a28a51368fd5686c8d6e86e7f693
This PR makes Caffe2 compatible with TensorRT 6. To make sure it works well, new unit test is added. This test checks PyTorch->ONNX->TRT6 inference flow for all classification models from TorhchVision Zoo.
Note on CMake changes: it has to be done in order to import onnx-tensorrt project. See #18524 for details.