Is there any way to get the number of layers, last and penultimate layer names in tensorlow object detection model (i.e. Faster_rcnn_resnet101), represented by *.pb file? Current solutions address mainly classification models, not object detection; tensorboard presentation and scripts, creating layers list may return very sophisticated results, which are hard to interpret.
Comments
Post a Comment