- 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.
推薦閱讀
- .NET之美:.NET關鍵技術深入解析
- jQuery Mobile Web Development Essentials(Third Edition)
- JavaScript+DHTML語法與范例詳解詞典
- C語言程序設計
- SEO智慧
- PostgreSQL 11從入門到精通(視頻教學版)
- Internet of Things with Intel Galileo
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Visual C++開發入行真功夫
- JavaScript應用開發實踐指南
- Hadoop大數據分析技術
- UX Design for Mobile
- JavaScript編程精解(原書第2版)
- Java EE輕量級解決方案:S2SH
- Python高性能編程(第2版)