- 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.
- Hands-On Intelligent Agents with OpenAI Gym
- Clojure Data Analysis Cookbook
- Splunk 7 Essentials(Third Edition)
- 網絡化分布式系統預測控制
- 運動控制系統應用與實踐
- 人工智能趣味入門:光環板程序設計
- PVCBOT機器人控制技術入門
- Red Hat Linux 9實務自學手冊
- Spatial Analytics with ArcGIS
- 格蠹匯編
- Microsoft Dynamics CRM 2013 Marketing Automation
- 與人共融機器人的關節力矩測量技術
- 漢字錄入技能訓練
- x86/x64體系探索及編程
- 深度學習500問:AI工程師面試寶典