小白提问 tensorflow 中 tf.nn.relu(tf.add(tf.matmul(x, W1), b1)) 算是什么层呢 如何用 model.add 表达(代替)呢
你这明显是基础不扎实,就是简单的Conv+Relu,其中Conv=x*w+b