cost 70 ms
显示 pytorch 或 tensorflow 图,每个节点都有一个值 - Display pytorch or tensorflow graph with a value at each node

这个赏金已经结束了。 此问题的答案有资格获得+50声望赏金。 赏金宽限期在23 小时后结束。 Roy想提请更多人注意这个问题。 在tensorboard中,可以将深度学习的计算图plot model。 是否可以为每个节点显示一个值(例如,输出的范数)? pytorch 和 tensorflow ...

如何在 Tensorboard 中可视化图神经网络的 model 图 - How to Visualize the model graph of a Graph Neural Network in Tensorboard

我正在尝试可视化我为预测分子属性而制作的图形神经网络的计算图。 model 在 PyTorch 中生成,并作为输入 DGL 图。 尝试可视化 model 的代码片段如下所示:train_log_dir = f'logs/{datetime.datetime.now().strftime("%Y%m ...

如何在使用张量板查看混淆矩阵的同时查看混淆矩阵的实际数字和颜色? - How to plot the actual numbers of the confusion matrix along with the color while using tensorboard to view them?

我正在运行在此 Github - https://github.com/arthurdouillard/CVPR2021_PLOP/blob/381cb795d70ba8431d864e4b60metrics/bpy478上提供的代码。 现在我可以查看颜色变化的混淆矩阵,但看不到实际数字。 您建议 ...

为什么张量板会出现此错误:InvalidArgumentError: Nan in summary histogram for - why does tensorboard give this error: InvalidArgumentError: Nan in summary histogram for

我使用 tf.Keras 构建了 model 以使用 1D 卷积层进行分类。如果我移除 tensorboard,这会很好。因为我是初学者,我无法弄清楚问题是什么。 请帮忙 并使用序列 class 批次生成器输入批次 添加张量板后,它仅运行第一个 epoch。 ...

如何将图像标题添加到 tensorboardX? - How do I add an image title to tensorboardX?

我目前正在使用 tensorboardX 在训练 ResNet 图像分类器时可视化输入图像。 有没有办法将图像标题与添加的图像一起添加? 我想让图像名称(存储在数据集中)显示在张量板显示中的图像下方。 到目前为止,我已经尝试将一个comment参数传递给我的 tensorboard 编写器,这似乎 ...

如何在 Tensorboard 中显示 10 个以上的图像? - How to display more than 10 images in Tensorboard?

我注意到我在 tensorboard 日志文件中保存了多少图像并不重要,tensorboard 只会显示其中的 10 个(每个标签)。 我们如何增加图像的数量或至少选择显示哪些图像? 要重现我的意思,请按照 MCVE 运行: 这将创建一个文件夹runs ,其中保存数据。 从同一个文件 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM