1 messages · Page 1 of 1 (latest)
torch.Tensor creates uninitilized tensor given the dimension specifies
torch.tensor takes in array and then outputs and copies and return that as a tensor
it’s like np.empty and torch.empty vs np.array() and torch.Tensor()