-
Notifications
You must be signed in to change notification settings - Fork 634
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
Comments
Hello, that should be taken into account automatically when the conversion happens. Did you try to run the example with the flowers dataset? |
Hi, |
Hello,
We have used slim for a few things but not everything is supported yet. For example batch norm is an exception. My advice is to get started with either keras or pure tf and then go into more complex things once the basics are in place.
Good luck,
Fausto Milletarì
Sent from my iPhone
… On 12. Dec 2017, at 23:50, Hao-Zhao ***@***.***> wrote:
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.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi Fausto, You are right, thanks again. When I figure out, I will tell you. Thanks |
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
The text was updated successfully, but these errors were encountered: