Learn practical skills, build real-world projects, and advance your career
import torch
t1 = torch.tensor(4.)
t1
t1.dtype
t2 = torch.tensor([1.,2.,3.])
t2
t2.dtype