问题描述
我在Tensorboard上加载了SSDlite_coco模型以研究其结构。
但是当我看到Classpredictor_Depthwise部分时,会有一些FusedBatchnorm的节点。
我想知道它们是什么,以及它们的来源。
我刚刚开始研究TensorFlow,所以请理解我的基本问题。
enter image description here
解决方法
Tensorboard 提供了 Graph 仪表板来检查 Tensorflow 模型。可以验证模型的概念图并匹配预期设计。
查看有关节点 here 的详细信息。