Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

sadly, as of now, it's not possible (they are not exposed to the public api).

you can traverse the layers, get their names, shapes, input connections, blobs, but that's about it, the LayerParams are hidden in the (private) DnnImpl class.

you could try to generate a (human readable) pbtxt file from the tensorflow api, which has all that information .

sadly, as of now, it's not possible (they are not exposed to the public api).

you can traverse the layers, get their names, shapes, input connections, blobs, but that's about it, the LayerParams are hidden in the (private) DnnImpl class.

you could try to generate a (human readable) pbtxt file file from the tensorflow api, which has all that information .