tensorflow.nn.conv2d參數解釋(padding方式)

conv2d的參數解釋: tf.nn.conv2d(input, filter, strides, padding, use_cudnn_on_gpu=None, name=None) 除去name參數用以指定該操作的name,與方法有關的一共五個參數: 第一個參數input:指需要做卷積的輸入圖像,它要求是一個Tensor,具有[batch, in_height, in_width, in_ch
相關文章
相關標籤/搜索