TensorFlow學習筆記(十七)tf.nn.conv2d

在給定的4D input與filter下計算2D卷積輸入shape爲[batch, height, width, in_channels] TensorFlow的CNN代碼中有 tf.nn.conv2d(X, W1, strides=[1, 1, 1, 1], padding='SAME')   這樣一句,本文介紹 tf.nn.conv2d的用法: tf.nn.conv2d tf.nn.conv2
相關文章
相關標籤/搜索