Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 896 Bytes

03-tensorflow-lite.md

File metadata and controls

35 lines (22 loc) · 896 Bytes

9.3 TensorFlow Lite

Notes

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