Open Relph1119 opened 4 years ago
第45页:fc = layers.Dense(3) # 创建一层 Wx+b,输出节点为 3 建议修改为:fc = tf.keras.layers.Dense(3) # 创建一层 Wx+b,输出节点为 3
第45页:fc = layers.Dense(3) # 创建一层 Wx+b,输出节点为 3 建议修改为:fc = tf.keras.layers.Dense(3) # 创建一层 Wx+b,输出节点为 3