腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
尝试在google
colab
中
使用
tensorboard
时出错
、
、
、
我在尝试
使用
tensorboard
和google collab时遇到错误。我正在
使用
ngork来运行
tensorboard
。错误如下 ? 我用来执行上述操作
的
代码如下 LOG_DIR = '/content/drive/My Drive/Practice/Su' '
tensorboard
浏览 52
提问于2019-04-03
得票数 2
回答已采纳
1
回答
如何在Kaggle内核(或
使用
TF2
的
Colab
)中设置
Tensorboard
?(为了调整超参数)
、
、
、
、
我在Kaggle内核中设置
Tensorboard
有问题。我正在尝试
使用
Tensorboard
回调来优化我
的
CNN
的
超参数,但我正在苦苦挣扎,就像在Kaggle内核中一样,我不知道如何获得
Tensorboard
接口,即使它似乎已经配置好了,而且这个()对我一点帮助都没有相反,在
Colab
中,当将
tensorflow
更新为tf2时,我得到了以下错误: ERROR: Failed to launch
TensorBoard
(exited
浏览 25
提问于2019-11-27
得票数 0
1
回答
如何在
CoLab
上运行
tensorboard
?
如何在
CoLab
上运行
tensorboard
?!
tensorboard
--logdir logs/这花了很长时间没有显示,显示
的
是http://bcb8d733d00a:6006/
的
TensorBoard
1.15.0
浏览 47
提问于2019-12-11
得票数 0
2
回答
tensorboard
显示SyntaxError:无法分配给运算符
、
、
我正在尝试运行
tensorboard
,但它一直显示相同
的
错误。
tensorboard
--logdir=
tensorflow
/logdirSyntaxError: can't assign to operator我
使用
的
是Ubuntu 16.04,并由virtualenv安装了
tensorflow
-gpu。
浏览 44
提问于2017-07-30
得票数 2
1
回答
如何在我
的
Keras模型中
使用
google提供
的
What If工具(WIT)?
、
、
我
使用
Tensorboard
回调,我能够访问提供
的
所有图形,但如何在
Tensorboard
环境中
使用
What If工具。我浏览了
谷歌
的
官方帖子,但没能理解太多。谁能概述一下正常
的
Tensorboard
回调需要遵循
的
不同步骤?
浏览 30
提问于2019-01-28
得票数 1
回答已采纳
1
回答
使用
谷歌
Colab
的
TensorFlow
1中
的
TensorBoard
、
、
、
、
我想在
谷歌
Colab
中
使用
TensorFlow
1中
的
TensorBoard
。我发现
的
教程似乎在
TensorFlow
2上,而这些建议在
TensorFlow
1上似乎不起作用。似乎我需要一些与tf.summary.create_file_writer和tf.summary.scalar等效
的
工具。以下是我
的
问题
的
再现:
浏览 15
提问于2020-02-29
得票数 2
回答已采纳
1
回答
如何绘制训练精确度、训练损失与历元
的
关系?我
使用
的
是pre-addestr Google bert
、
、
、
、
我是机器学习编程
的
新手。我想在下面的程序中绘制训练精度,训练损失,验证精度和验证损失。我
使用
一些教程来做到这一点,它工作得很好,但我想要这个图表if device_nametorch.cuda.device_count()from google.
co
浏览 3
提问于2020-11-05
得票数 1
1
回答
在
TensorBoard
笔记本中加载
Colab
笔记本扩展突然失败
、
、
加载
TensorBoard
笔记本扩展突然失败。遵循
Colab
示例:https://
colab
.research.google.com/github/
tensorflow
/
tensorboard
/blob/master/docs/r2/
tensorboard
_in_notebooks.ipynbpip install -q tf-nightly-2.0-preview # Load the
浏览 31
提问于2019-04-28
得票数 1
6
回答
模块“”
tensorflow
“”没有属性“”contrib“”
我正在尝试
使用
Tensorflow
Object-Detection-API训练自己
的
自定义对象检测器 我
使用
"pip install
tensorflow
“在我
的
google计算引擎中安装了
tensorflow
“”没有属性“”contrib“ 当我尝试学习
tensorflow
的
版本时,我也得到了不同
的
结果。版本 )‘:2.0.0-dev20190422 当我
使用
pip3显示
浏览 163
提问于2019-04-26
得票数 49
回答已采纳
1
回答
使用
Google
Colab
在
Tensorboard
中显示褪色/米色图像
、
、
、
我正在
使用
Google
Colab
在DOTA数据集
的
一小部分上测试。训练进行得很好,但是
Tensorboard
中
的
图像被冲刷掉了,呈米色。当图像转换为tfrecord时,会不会有问题,或者是
Tensorboard
/
Colab
兼容性
的
问题?我
使用
tensorflow
-gpu = 1.13.1 &
tensorboard
1.13.1。关于我用来打开
tensorboard</
浏览 13
提问于2020-05-08
得票数 1
21
回答
我能用
TensorBoard
和Google吗?
、
、
在Google上训练
TensorFlow
模型时,有没有
使用
TensorFlow
的
方法?
浏览 16
提问于2017-12-14
得票数 105
回答已采纳
2
回答
google
colab
中
的
tensorflow
、
、
我正在尝试在Google
Colab
上重现一个MNIST深度学习神经网络
的
在线示例。这里是链接,对应
的
github链接是我面临
的
问题是log_dir。由于它在驱动器上运行,ngrok用于运行
tensorboard
,我无法更改代码
的
log_dir,当
tensorboard
运行时,由于不同
的
log_dir,它没有明显显示数
浏览 2
提问于2018-05-04
得票数 1
1
回答
AttributeError:模块“”
tensorflow
_core.compat.v2“”没有属性“”__internal__“”(一周前是否有效?)
、
我在
谷歌
Colab
上工作,并没有太多
的
Python经验。上图包含来自
的
代码EQTransformer-0.1.59 cryptography-3.4.7 jeepney-0.6.0 keras-applications-1.0.8 pkginfo-1.7.0
tensorboard
-2.0.
浏览 0
提问于2021-05-26
得票数 0
2
回答
Tensorboard
示例不能再现GPU配置文件
、
、
在
Colab
上运行此笔记本时: https://www.
tensorflow
.org/
tensorboard
/
tensorboard
_profiling_keras 我没有得到相同
的
配置文件输出:在我这边这是预期
的
结果: ? 这就是我所得到
的
: ?
浏览 76
提问于2019-12-05
得票数 4
3
回答
如何在
colab
中将
tensorflow
版本降级?
、
我
使用
的
是pip3 install
tensorflow
==1.8.0,但它不支持图形处理器。所以我
使用
了pip3 install
tensorflow
-gpu==1.8.0,但它仍然会引发一个异常
tensorboard
1.10.0
ten
浏览 383
提问于2018-08-17
得票数 24
1
回答
AttributeError:模块'
tensorflow
_privacy‘没有特性'DPQuery’
、
、
、
、
我是机器学习
的
新手,正在尝试
Tensorflow
(https://www.
tensorflow
.org/federated/tutorials/federated_learning_for_image_classification)
的
“图像分类
的
联合学习”代码。我在Google
Colab
上运行了代码,没有修改任何东西。() %load_ext
tensorboard
上面的方法效果很好。attribute
浏览 28
提问于2021-08-07
得票数 1
回答已采纳
1
回答
Tensorflow
不生成GPU跟踪信息
、
、
我开始了一个新
的
机器学习项目。TF与
Tensorboard
似乎支持GPU剖析。因此,我在我
的
木星笔记本中
使用
了相同
的
代码进行测试。 示例代码生成所产生
的
分析结果。jupyter-client 5.3.4jupyter-core 4.6.1jupyter-
tensorboard
0.1.10
tensorflow
-gpu 2.0.0
tensorflow
-estimator2.0.1
tensorflow
浏览 2
提问于2019-12-22
得票数 1
回答已采纳
1
回答
如何在
TensorBoard
上显示图形
、
、
、
我只想在
TensorBoard
上显示一个简单
的
图表:[ ?1 我试过了: %load_ext
tensorboard
writer = tf.summary.create_file_writer('/content/grafo1') tf.summary.write('test',
浏览 28
提问于2020-08-04
得票数 0
1
回答
在
Colab
上运行GPT-2 (或GPT Neo)文本生成模型w/ GPU
、
在我
的
Colab
中开始“在
Colab
上运行训练GPT-2 (或GPT Neo)文本生成模型w/ GPU”时,会出现以下错误: 该怎么办呢?是因为我<em
浏览 11
提问于2021-07-23
得票数 2
1
回答
Tensorboard
假设分析工具
我正在
使用
tensorboard
的
新功能:假设工具。但是现在我知道如何
使用
它了,我应该在我
的
PY文件中添加一些代码才能
使用
这个工具吗?有没有人可以和我分享一个如何
使用
它
的
演示?我可以在tensorborad中找到What-if选项,但不知道如何按照图片中
的
要求进行设置
浏览 0
提问于2018-10-28
得票数 0
点击加载更多
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券