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

Can I convert the 3DCNN to tensorrt? #16

Open
Nioolek opened this issue Apr 7, 2020 · 2 comments
Open

Can I convert the 3DCNN to tensorrt? #16

Nioolek opened this issue Apr 7, 2020 · 2 comments

Comments

@Nioolek
Copy link

Nioolek commented Apr 7, 2020

Thank you for your contribution.
Can I convert the 3DCNN to tensorrt?

@okankop
Copy link
Owner

okankop commented Apr 7, 2020

I did not try tensorrt on these models. However, if the layers in the models are supported by tensorrt, you can convert them.

@Nioolek
Copy link
Author

Nioolek commented Apr 7, 2020

I did not try tensorrt on these models. However, if the layers in the models are supported by tensorrt, you can convert them.

Thank you.
I tried to convert 3DCNN to tensorrt and onnx.
When I tried onnx, the problem is the result of pytorch and onnx is different. I think it's because of the differennt between pytorch op and onnx op. I do not not how to solve the problem.
When I tried to convert to tensorrt, the problem is that there is not a official implement to convert PYTORCH 3DCONV/3D BN to TENSORRT.
If anyone succeeds, I would like to know how to implement it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants