import tensorflow as tf import numpy as np class CNN(object): def ... there is no padding. def conv2d(x, W): return tf.nn.conv2d(x, W, strides=[1, 1, 1, 1], ...
確定! 回上一頁