Is there a technique to convert numpy array into tensor.(in pytorch we can use torch.Tensor).
1 answers ( 0 marked as helpful)
Hi Radjen!
ndarrays are nothing but tensors.
So there is no need to convert them into tensors - they are tensors by definition!
Best,
The 365 Team