Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.26 KB

03-tensorflow-lite.md

File metadata and controls

40 lines (28 loc) · 1.26 KB

9.3 TensorFlow Lite

Notes

New URL for donwloading the model:

wget https://github.com/DataTalksClub/machine-learning-zoomcamp/releases/download/chapter7-model/xception_v4_large_08_0.894.h5 -O clothing-model.h5

Add notes from the video (PRs are welcome)

  • tensorflow has a size of approximately 1.7 GB
  • there are size limits of cloud services and docker container
  • tensorflow lite is small in size and limited to using a model to make predictions (inference)
  • convert tensorflow keras model to a tensorflow lite model
⚠️ The notes are written by the community.
If you see an error here, please create a PR with a fix.

Navigation