Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet

TODO

  1. Pick a dataset
  2. Download the dataset
  3. Import the dataset using PyTorch
  4. Explore the dataset
  5. Prepare the dataset for training

Download the Dataset

Using opendatasets and download the datasat from https://www.kaggle.com/alxmamaev/flowers-recognition .

!pip install opendatasets --upgrade --quiet
import opendatasets as od