- 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.
推薦閱讀
- Mastering AWS Lambda
- Java系統分析與架構設計
- Python語言程序設計
- 精通Python自然語言處理
- Serverless架構
- 小程序開發原理與實戰
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Visual Foxpro 9.0數據庫程序設計教程
- 一塊面包板玩轉Arduino編程
- Building Wireless Sensor Networks Using Arduino
- Orleans:構建高性能分布式Actor服務
- Java Web從入門到精通(第3版)
- Webpack實戰:入門、進階與調優(第2版)
- Android智能手機APP界面設計實戰教程
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐