简体   繁体   English

张量板未在 Colab 上显示投影仪数据

[英]tensorboard not showing projector data on colab

I'm trying to visualize the embeddings in tensorboard but the projector tab isn't showing anything on colab.我正在尝试可视化张量板中的嵌入,但投影仪选项卡未在 colab 上显示任何内容。

When I downloaded the logs folder to my pc and than ran it locally, it worked perfectly fine.当我将日志文件夹下载到我的电脑并在本地运行它时,它运行得非常好。 Does anybody have any idea why it isn't working in google colab?有人知道为什么它在 google colab 中不起作用吗?

The command i'm using to show the tensorboard:我用来显示张量板的命令:

%tensorboard --logdir tmp/

Output: Output:

在此处输入图像描述

I found the solution.我找到了解决方案。

It turns out it wasn't the problem with the code, it was the problem with the browser.原来不是代码的问题,是浏览器的问题。 Previously i was using safari browser on mac, as soon as i opened colab in chrome, everything worked perfectly fine.以前我在 mac 上使用 safari 浏览器,当我在 chrome 中打开 colab 时,一切正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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