TensorFlow入門教程

神經網絡相關操做 1.1 tf.nn.conv2(input,filter,strides,padding,use_cudnn_gpu=None,name=None)python input:指須要作卷積的輸入圖像,它要求是一個Tensor, 具備[batch,in_height,in_width,in_channels] 這樣的shape,具體含義是[訓練時一個batch的圖片數量, 圖片高度,
相關文章
相關標籤/搜索