PyTorch LogSoftmax vs Softmax for CrossEntropyLoss

后端 未结 0 1459
北荒
北荒 2020-12-08 10:00

I understand that PyTorch\'s LogSoftmax function is basically just a more numerically stable way to compute Log(Softmax(x)). Softmax lets you convert the output

相关标签:
回答
  • 消灭零回复
提交回复
热议问题