Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature request: Using hub.Module with TensorRT #108
Comments
|
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? |
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?