【问题标题】:Volumetric Batch Normalization in TensorflowTensorflow 中的体积批量标准化
【发布时间】:2017-03-15 17:57:44
【问题描述】:

Torch 在linknn.VolumetricBatchNormalization 中提供的体积批量标准化的张量流等效项是什么?

我目前正在使用:

output = tf.contrib.layers.batch_norm(input, is_training=phase_train)

这是尺寸 (batch_size,height,width,depth,channels) 输入的正确使用方式吗?

【问题讨论】:

    标签: tensorflow deep-learning conv-neural-network batch-normalization


    【解决方案1】:

    Tensorflow tf.contrib.layers.batch_norm 还支持体积批标准化或 3D 批标准化。

    正确的输入维度是[batch, depth, height, width, in_channels]

    【讨论】:

      猜你喜欢
      • 2018-04-09
      • 2017-03-03
      • 1970-01-01
      • 2018-06-05
      • 2017-07-03
      • 2016-03-03
      • 2019-10-30
      • 2016-03-01
      • 2017-10-20
      相关资源
      最近更新 更多