- Deep Learning Quick Reference
- Mike Bernico
- 183字
- 2021-06-24 18:40:12
Running TensorBoard
All that's left is to start the TensorBoard process. We can start TensorBoard using the following code:
tensorboard --logdir ~/ch3_tb_log --port 6006
As you might have guessed, --logdir specifies the directory we just created and --port 6006 specifies the port that TensorBoard will run on. Port 6006 is the default; however, you can use whatever port you want.
You should now be able to navigate to the TensorBoard URL by pointing your browser at http://<ip address>:6006
If you're using a cloud service, you may also need to adjust a firewall or security rule to allow connects to your server on port 6006. On Amazon Web Services (AWS), you can do this by editing the inbound rules in the security group associated with your EC2 instance:

If everything is working, you should see an empty TensorBoard as follows:

Don't worry, we will fill it up shortly.
- 大數據導論:思維、技術與應用
- 大數據項目管理:從規劃到實現
- 機器學習及應用(在線實驗+在線自測)
- 網絡服務器架設(Windows Server+Linux Server)
- Linux Mint System Administrator’s Beginner's Guide
- Photoshop CS4經典380例
- Hands-On Data Science with SQL Server 2017
- Mastering Salesforce CRM Administration
- 21天學通Visual Basic
- JSP從入門到精通
- Storm應用實踐:實時事務處理之策略
- 步步圖解自動化綜合技能
- 西門子變頻器技術入門及實踐
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- 單片機C語言程序設計完全自學手冊