pytorch 中的repeat(). import torch #生成0到20的10个数构成的等差数列a = torch.linspace(0, 10, steps=3) print(a) print("============================") ...
確定! 回上一頁