tf_trt_models
tf_trt_models copied to clipboard
tensorflow 2.x
Please add support for tensorflow 2.x, thanks!
Seconded. I get many issues with converting TF2 models to uff/frozen graph, ..
tensorflow 2.1 include a conversion API to trt (tf.experimental.tensorrt.Converter
)
https://github.com/tensorflow/tensorflow/releases/tag/v2.1.0-rc0
we probably should test this converter