Learn practical skills, build real-world projects, and advance your career

alt text

Stage 1: Install dependencies and setting up GPU environment

#!pip install tensorflow-gpu==2.0.0.alpha0
#!pip install tqdm

Downloading the Dogs vs Cats dataset

#!wget --no-check-certificate \
#    https://storage.googleapis.com/mledu-datasets/cats_and_dogs_filtered.zip \
#    -O ./cats_and_dogs_filtered.zip