Keras model to TensorRT in Windows

Hello,

I have a model written and trained using Keras that I need to use in a Windows application with TensorRT acceleration. Dev guide suggests to freeze it and convert to UFF, but convert-to-uff seems to only be a part of Python API, which is only available on Linux as far as I understand. How can I use a Keras model with TensorRT in Windows?

Thank you

+1

+1