需要導入模塊: import torch [as 別名] # 或者: from torch import cuda [as 別名] def forward(self, input): laplacian = input.exp() + self.eps output ...
確定! 回上一頁