【问题标题】:How can I check information about the nodes in Tensorboard?如何查看 Tensorboard 中节点的信息?
【发布时间】:2020-11-30 23:18:24
【问题描述】:

我在 Tensorboard 上加载了 SSDlite_coco 模型来研究它的结构。

但是当我看到 ClassPredictor_Depthwise 部分时,有一些 FusedBatchNorm 的节点。

我想知道这些是什么,它们来自哪里。

我刚开始学习TensorFlow,所以请理解我的基本问题。

enter image description here

【问题讨论】:

  • 我将假设这些是所有批处理规范层包含的变量,因为有四个节点。这些是betagammamoving_meanmoving_variance 属性。
  • 感谢您的回答!那么有什么方法可以检查这些属性的来源?

标签: tensorflow object-detection tensorboard


【解决方案1】:

Tensorboard 提供了 Graph 仪表板来检查 Tensorflow 模型。可以验证模型的概念图并匹配预期设计。 看看节点here的详细信息。

【讨论】:

    猜你喜欢
    • 2017-12-20
    • 2016-12-11
    • 1970-01-01
    • 1970-01-01
    • 2014-10-19
    • 2017-07-29
    • 1970-01-01
    • 2012-05-10
    • 1970-01-01
    相关资源
    最近更新 更多