tensorflow代碼知識

tf.nn.conv2d(input, filter, strides, padding, use_cudnn_on_gpu=None, name=None)     input的shape應爲(n_batch,height,width,n_channels),filter的shape應爲(height,width,n_channels,n_filter)     注意:input與filter的
相關文章
相關標籤/搜索