小编Pav*_*tty的帖子

使用 softmax 作为 tf.keras 中的连续层和使用 softmax 作为密集层的激活函数有什么区别?

使用 softmax 作为 tf.keras 中的连续层和使用 softmax 作为密集层的激活函数有什么区别?

tf.keras.layers.Dense(10, activation=tf.nn.softmax)
Run Code Online (Sandbox Code Playgroud)

tf.keras.layers.Softmax(10)
Run Code Online (Sandbox Code Playgroud)

python machine-learning computer-vision keras tensorflow

5
推荐指数
1
解决办法
500
查看次数