需要導入模塊: import torch [as 別名] # 或者: from torch import gather [as 別名] def _get_body(self, x, target): cos_t = torch.gather(x, 1, ...
確定! 回上一頁