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

tensorflow to tensorrt #8

Open
Hao-Zhao opened this issue Dec 7, 2017 · 4 comments
Open

tensorflow to tensorrt #8

Hao-Zhao opened this issue Dec 7, 2017 · 4 comments

Comments

@Hao-Zhao
Copy link

Hao-Zhao commented Dec 7, 2017

Hi,

I am trying to convert tensorflow model into tensorrt, I did import successfully, but the convolution layer output is completely different, I guess that is due to the difference of order in convolutional layer weights in tf(RSCK ) and trt(KCRS).

Did you found same problem before?

Thanks

@faustomilletari
Copy link
Contributor

Hello, that should be taken into account automatically when the conversion happens. Did you try to run the example with the flowers dataset?

@Hao-Zhao
Copy link
Author

Hi,
Thanks for your reply. I have not tried the example yet. The one I imported from tensorflow is by tensorflow slim interface, and tensorrt does not support slim yet, so I guess that's the problem. Only can solve the problem if I know the difference between slim and normal tensorflow.

@faustomilletari
Copy link
Contributor

faustomilletari commented Dec 13, 2017 via email

@Hao-Zhao
Copy link
Author

Hi Fausto,

You are right, thanks again. When I figure out, I will tell you.

Thanks
Hao

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