April 2020
Intermediate to advanced
380 pages
9h 24m
English
Once you have had a fair go at Colaboratory, we're all set up to build the custom TensorFlow Lite model for the task of recognizing plant species. To do so, we will begin with a new Colaboratory notebook and perform the following steps:
!pip install tf-nightly-gpu-2.0-previewimport tensorflow as tfimport numpy as npimport os
Notice the !pip install <package-name> command used on the first line. This is used to install packages ...
Read now
Unlock full access