tensorflow中一些函數用法

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