Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
!pip install numpy --upgrade -q
|████████████████████████████████| 14.5MB 247kB/s ERROR: tensorflow 2.3.0 has requirement numpy<1.19.0,>=1.16.0, but you'll have numpy 1.19.4 which is incompatible. ERROR: datascience 0.10.6 has requirement folium==0.2.1, but you'll have folium 0.8.3 which is incompatible. ERROR: albumentations 0.1.12 has requirement imgaug<0.2.7,>=0.2.5, but you'll have imgaug 0.2.9 which is incompatible.
!pip install torch --upgrade -q

#Moving From numpy To torch.tensor

import numpy as np
import torch