Learn practical skills, build real-world projects, and advance your career
!pip install jovian torch --upgrade --quiet
import torch
import jovian
ti=torch.tensor(4)
ti
tensor(4)
b=5