import numpy as np import torch numpy_array = np.array([1,3,5]) tensor_array = torch.from_numpy(numpy_array)