windows 下 Tensorboard 无法显示数据(No dashboards are active for the current data set)

问题

No dashboards are active for the current data set

mark

原因及解决

通常是由于执行命令时,指向的路径存在问题,因此这里建议采用以下方式(亲测):

  • 假设你文件所在目录在 F:\GitHubRepositories\JupyterNotebook 中,那么在命令行先进入对应路径。
  • 执行指令 tensorboard --logdir=.\logs即可。

如:
mark

测试用例

假设你无法确定是否是因为自己写的代码存在错误导致,那么你可以运行一下代码,然后用上述方式打开进行测试:

import tensorflow as tf

# 定义一个简单的计算图,实现向量加法的操作。
input1 = tf.constant([1.0, 2.0, 3.0], name = 'input1')
input2 = tf.Variable(tf.random_uniform([3]), name = 'input2')
output = tf.add_n([input1, input2], name = 'add')

# 生成一个写日志的writer,并将当前的tensorflow计算图写入日志。
writer = tf.summary.FileWriter('logs/', tf.get_default_graph())
writer.close()
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Wiley, Data Warehousing for Dummies (Wiley 2009.2.ed).pdf ------------------ Part I: The Data Warehouse: Home for Your Data Assets ...7 Chapter 1: What’s in a Data Warehouse? ........................................................................9 Chapter 2: What Should You Expect from Your Data Warehouse? ...........................25 Chapter 3: Have It Your Way: The Structure of a Data Warehouse ...........................37 Chapter 4: Data Marts: Your Retail Data Outlet ...........................................................59 Part II: Data Warehousing Technology ........................ 71 Chapter 5: Relational Databases and Data Warehousing ...........................................73 Chapter 6: Specialty Databases and Data Warehousing .............................................85 Chapter 7: Stuck in the Middle with You: Data Warehousing Middleware ..............95 Part III: Business Intelligence and Data Warehousing ...113 Chapter 8: An Intelligent Look at Business Intelligence............................................115 Chapter 9: Simple Database Querying and Reporting ..............................................125 Chapter 10: Business Analysis (OLAP) .......................................................................135 Chapter 11: Data Mining: Hi-Ho, Hi-Ho, It’s Off to Mine We Go ................................149 Chapter 12: Dashboards and Scorecards ...................................................................155 Part IV: Data Warehousing Projects: How to Do Them Right ............................................. 163 Chapter 13: Data Warehousing and Other IT Projects: The Same but Different ...165 Chapter 14: Building a Winning Data Warehousing Project Team ..........................179 Chapter 15: You Need What? When? — Capturing Requirements ..........................193 Chapter 16: Analyzing Data Sources............................................................................203 Chapter 17: Delivering the Goods ................................................................................213 Chapter 18: User Testing, Feedback, and Acceptance ..............................................225 Part V: Data Warehousing: The Big Picture ................ 231 Chapter 19: The Information Value Chain: Connecting Internal and External Data .....................................................................233 Chapter 20: Data Warehousing Driving Quality and Integration .............................247 Chapter 21: The View from the Executive Boardroom .............................................263

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值