You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to convert the tensorflow model to tensorflow tensorrt version.
I tried converting only with the PNET to tensorrt taking conv4_1/BiasAdd and conv4_2/BiasAdd as output nodes while converting guided by P/R/O output nodes
But no luck it didn't work.
Could anyone please tell me what exactly are the names of the output nodes of the PNET,ONET and RNET in this model?
When I try to print all the nodes in the model I get this output
I am trying to convert the tensorflow model to tensorflow tensorrt version.
I tried converting only with the PNET to tensorrt taking
conv4_1/BiasAdd
andconv4_2/BiasAdd
as output nodes while converting guided by P/R/O output nodesBut no luck it didn't work.
Could anyone please tell me what exactly are the names of the output nodes of the
PNET
,ONET
andRNET
in this model?When I try to print all the nodes in the model I get this output
The text was updated successfully, but these errors were encountered: