Closed dchichkov closed 3 years ago
Hi, the graph object here is not a GraphDef. You can get it by calling graph.as_graph_def().
As for the second question, we haven't yet looked into using TensorFlow Hub graph defs with TensorRT, so we don't fully understand all the implications at this moment. We can keep this issue open to track any progress.
@vbardiovskyg, as discussed earlier, I'ld like to work on this as a part of GSoC (most probably this month or in the coming month). can you assign this to me?
Closing due to deprecated status of hub.Module()
I'm trying it with TensorRT and hitting an issue: 'Graph' object has no attribute 'SerializeToString'. Is this expected? By the way, does it make sense to try to quantize/prune your MobilNet model with TensorRT?