tensorflow中的conv2d和conv2d_transpose中的參數求解~

#coding=utf-8 import tensorflow as tf input=tf.ones(name="input",shape=(1,18,18,3),dtype=tf.float32) weight=tf.get_variable(name="w",shape=(11,11,20,3),dtype=tf.float32) output_shape=[1,273,273,20]
相關文章
相關標籤/搜索