import torch class WeightedMultilabel(torch.nn.Module): def __init__(self, weights: torch.Tensor): self.loss = torch.nn.
確定! 回上一頁