目录前言一、原因在于损失方式CrossEntropy二、为什么CrossEntropy要用log_softmax而不是softmax1.查看CrossEntropy定义:2.如果想要的到模型输出的概率值,需要在FC层输出后,人为的接上F.Softmax()就好了3.bert模型
I have written a code in java using swing.So that i will have a JscrollPane added to JPanel n then I will add buttons of fixed size to JPanel in verticle fashion