Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
tensorflow.layers.batchnormalization中的批规格化中的常量节点是什么_Tensorflow_Layer_Tensor_Batch Normalization_Tensorrt - Fatal编程技术网

tensorflow.layers.batchnormalization中的批规格化中的常量节点是什么

tensorflow.layers.batchnormalization中的批规格化中的常量节点是什么,tensorflow,layer,tensor,batch-normalization,tensorrt,Tensorflow,Layer,Tensor,Batch Normalization,Tensorrt,在tensorflow 1.14中 如果使用tensorflow.layers.batch_归一化操作(fused=True) 然后生成批处理规范化/Const节点, 我想知道什么是const节点以及该节点的角色是什么, 如果批处理_规范化中的训练参数设置为真,则也是如此 然后const节点变为空列表,但 如果训练参数设置为False,则该节点的值为0.99 我真的很想知道这是什么通常,在TensorFlow中,每个节点代表一个操作的实例。每个操作都有一些输入,并且可以生成传递给其他节点的输出。

在tensorflow 1.14中
如果使用tensorflow.layers.batch_归一化操作(fused=True)
然后生成批处理规范化/Const节点,
我想知道什么是const节点以及该节点的角色是什么,

如果批处理_规范化中的训练参数设置为真,则也是如此
然后const节点变为空列表,但
如果训练参数设置为False,则该节点的值为0.99

我真的很想知道这是什么

通常,在TensorFlow中,每个节点代表一个操作的实例。每个操作都有一些输入,并且可以生成传递给其他节点的输出。通常,在TensorFlow中,每个节点表示操作的实例。每个操作都有一些输入,并且可以生成传递给其他节点的输出。