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. |