This is the second part of TensorFlow Lite section. The last article has covered the topics of converting the Keras model to TensorFlow Lite model and using it. In this article we are really removing TensorFlows dependency and excluding it completely. TensorFlow Lite – Part 2/2 Removing TensorFlow dependency When we only want to useContinue reading “ML Zoomcamp 2023 – Serverless – Part 3”
Tag Archives: TensorFlow Lite
ML Zoomcamp 2023 – Serverless – Part 2
This section is about TensorFlow Lite and divided into two parts. In the first part (this article) there are information about TensorFlow Lite. So what is this library especially in contrast to TensorFlow. We’ll look again at the heavy-weight way using the big package of TensorFlow and then we’ll try to exclude TensorFlow step byContinue reading “ML Zoomcamp 2023 – Serverless – Part 2”