softmax 应该应用于哪个维度? 此代码: %reset -f import torch.nn as nn import numpy as np import torch my_softmax = nn.Softmax(dim=-1) mu, sigma = 0, ...
確定! 回上一頁