- 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.
- 構(gòu)建高質(zhì)量的C#代碼
- Canvas LMS Course Design
- 工業(yè)機器人產(chǎn)品應(yīng)用實戰(zhàn)
- 西門子S7-200 SMART PLC從入門到精通
- Visual FoxPro 6.0數(shù)據(jù)庫與程序設(shè)計
- ServiceNow Cookbook
- 機器人編程實戰(zhàn)
- 數(shù)據(jù)通信與計算機網(wǎng)絡(luò)
- 精通數(shù)據(jù)科學(xué)算法
- 基于Xilinx ISE的FPAG/CPLD設(shè)計與應(yīng)用
- MCGS嵌入版組態(tài)軟件應(yīng)用教程
- Microsoft System Center Confi guration Manager
- Building a BeagleBone Black Super Cluster
- 軟件工程及實踐
- 強化學(xué)習(xí)