Ver*_*ych 2 convolution neural-network deep-learning conv-neural-network tensorflow
卷积运算是tf.nn.conv2d()
pooling是tf.nn.max_pool()
但我在示例和教程中找不到如何在TF中实现Filter Concatenation?
Tensorflow有tf.concat:
concatenated_tensor = tf.concat(3, [branch1, branch2, branch3, branch4])
Run Code Online (Sandbox Code Playgroud)
其中branchX是不同路径的结果张量.
| 归档时间: |
|
| 查看次数: |
2031 次 |
| 最近记录: |