tf.wiki 社区
TensorFlow 模型建立与训练
技术分享
手册留言
PhysicalElective2
(PhysicalElective2)
April 24, 2020, 3:24am
3
根据 ‘“tf.matmul (input, kernel) + bias” ,y_pred = a * X + b 写成 y_pred = X * a + b 是不是更好,这样计算下来维度也是正确的
show post in topic