沿着指定的维度重复tensor。不同与expand(),本函数复制的是tensor中的数据。 import torch import torch.nn.functional as F import numpy as np a ...
確定! 回上一頁