简体   繁体   中英

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.

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?

The command i'm using to show the tensorboard:

%tensorboard --logdir tmp/

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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