... Loss 的確就會越小。 import torch import torch.nn as nn softmax = nn.LogSoftmax(dim=1) input = torch.tensor([[-0.1, 0.2, -0.3, 0.4], [0.5 ...
確定! 回上一頁