softmax(xi)=exi∑kj=1exj. The true maximum will get the maximum probability value. You may use softmax as: torch.nn.functional.softmax(); torch.softmax() ...
確定! 回上一頁