Tensor): the target predictions If a matrix, reshapes to be a vector """ if len(y_pred.size()) == 3: y_pred = y_pred.contiguous().view(-1, y_pred.size(2)) ...
確定! 回上一頁