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

TODO -

  1. Pick the dataset.
  2. Loading the dataset using PyTorch.
  3. Explore the dataset.
  4. Prepare the dataset for training.
#download the dataset - https://www.kaggle.com/alxmamaev/flowers-recognition
# using opendatasets
!pip install opendatasets --upgrade --quiet
import opendatasets as od