Conv2D(filters=2, kernel_size=3, strides=1, padding='same') x = tf.reshape(inputs, [-1,self.h,self.w,1]) x = self.conv(x) x ...
確定! 回上一頁