Ex: #creates an empty matrix of size 5 × 3 a=torch.empty(5,3) #Initilizematix with zeros a=torch r.zeroes(5,3,dtype= torch.long) #assign values to ...
確定! 回上一頁