crypto
01
06
pytorch api notes pytorch api notes
nn.CrossEntropyLoss()$$softmax(x)=\frac{e^{x_{i}}}{\sum_{j}e^{x_{j}}}$$ $$logsoftmax(x)=log\frac{e^{x_{i}}}{\sum_{j}e^{x
2022-01-06