from typing import Optional import torch import torch.nn as nn import ... target = torch.empty(1, 3, 5, dtype=torch.long).random_(N) >>> output ...
確定! 回上一頁