class TorchFM(nn.Module): def __init__(self, input_dim): super(TorchFM, self).__init__() self.w0 = torch.tensor(torch.zeros(1) ...
確定! 回上一頁