- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 98字
- 2021-07-02 20:49:12
Getting ready
TensorBoard can be started using the following command in the terminal:
$ tensorboard --logdir home/log --port 6006
The following are the major parameters for TensorBoard:
- --logdir : To map to the directory to load TensorFlow events
- --debug: To increase log verbosity
- --host: To define the host to listen to its localhost (127.0.0.1) by default
- --port: To define the port to which TensorBoard will serve
The preceding command will launch the TensorFlow service on localhost at port 6006, as shown in the following screenshot:

TensorBoard
The tabs on the TensorBoard capture relevant data generated during graph execution.
推薦閱讀
- C語言程序設計實踐教程(第2版)
- Arduino by Example
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- FreeSWITCH 1.6 Cookbook
- Java加密與解密的藝術(第2版)
- WordPress Plugin Development Cookbook(Second Edition)
- Mastering macOS Programming
- 精通網絡視頻核心開發技術
- 快速念咒:MySQL入門指南與進階實戰
- Mastering Ext JS
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- Node.js:來一打 C++ 擴展
- MyBatis 3源碼深度解析
- Practical Maya Programming with Python
- 會當凌絕頂:Java開發修行實錄