RUSTH

  • tensor list详解

    一、什么是tensor list 1、Tensor import torch a = torch.tensor([1,2,3]) 2、列表 lst = [1, 2, 3] 结合两者…

    编程 2025-02-24