TensorFlow Edge Docs 中的事件记录是了解 TensorFlow Edge 模块运行情况和调试问题的重要资源。以下是一些常见的事件类型及其说明:
常见事件类型
- 启动事件:当 TensorFlow Edge 模块启动时触发。
- 运行事件:在 TensorFlow Edge 模块执行任务时触发。
- 错误事件:当 TensorFlow Edge 模块遇到错误时触发。
如何查看事件
要查看 TensorFlow Edge 的事件记录,可以使用以下命令:
tensorflow_edge_logs --path /path/to/logs
事件示例
- 启动事件:
INFO: Starting TensorFlow Edge module
- 运行事件:
INFO: Running inference on image
- 错误事件:
ERROR: Failed to load model
TensorFlow Edge Logo
了解更多关于 TensorFlow Edge 的信息,请访问官方文档.
TensorFlow Edge 事件记录是了解 TensorFlow Edge 模块运行情况和调试问题的重要资源。以下是一些常见的事件类型及其说明:
### 常见事件类型
- **启动事件**:当 TensorFlow Edge 模块启动时触发。
- **运行事件**:在 TensorFlow Edge 模块执行任务时触发。
- **错误事件**:当 TensorFlow Edge 模块遇到错误时触发。
### 如何查看事件
要查看 TensorFlow Edge 的事件记录,可以使用以下命令:
```bash
tensorflow_edge_logs --path /path/to/logs
事件示例
- 启动事件:
INFO: Starting TensorFlow Edge module
- 运行事件:
INFO: Running inference on image
- 错误事件:
ERROR: Failed to load model
TensorFlow Edge Logo
了解更多关于 TensorFlow Edge 的信息,请访问官方文档.