Learn practical skills, build real-world projects, and advance your career
import numpy as np
import torch
# cretae a number
t1 = torch.tensor(4.)
t1
tensor(4.)