- Machine Learning Projects for Mobile Applications
- Karthikeyan NG
- 62字
- 2021-06-10 19:41:39
Strategies
We implement the following strategies:
- Use a frozen graphdef (or SavedModel)
- Avoid unsupported operators
- Use visualizers to understand the model (TensorBoard and TensorFlow Lite visualizer)
- Write custom operators for any missing functionality
- If anything is missed out, file an issue with the community
We will see these strategies in detail when we go further into practical applications in future chapters.