上QQ阅读APP看书,第一时间看更新
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.