tf.nn.conv2d 能夠對二維的輸入數據進行卷積(共享卷積參數), ... y = tf.nn.convolution(input_data, filter_data, strides=[1, 1], padding=SAME).
確定! 回上一頁