CrossEntropyLoss () def multi_acc(y_pred, y_test): y_pred_softmax = torch.log_softmax(y_pred, dim = 1) _, ...
確定! 回上一頁