tf.nn.conv2d是TensorFlow里面实现卷积的函数input:需要被卷积的输入(图像),用张量[batch,in_height,in_width,in_channels]表示,第一个为批量数(即图片的数量), ...
確定! 回上一頁