pytorch数组转tensor格式


```python
A=[]
A.append(B)
A = torch.tensor(A, dtype=torch.float)

你可能感兴趣的:(pytorch,pytorch)