Example 2 - working x = torch.rand(4,6,2) #random float values b/w 0 and 1 with tensor shape in 4 by 6 by 2 form print(x) print(x.size()) #reshaping tensors ...
確定! 回上一頁