Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
启动张量板后,我在“图像”选项卡下看到 3 行图像,以及左侧的相对路径 url。有人能告诉我这些图像和相对路径代表什么吗?第 1 列和第 2 列中的图像代表什么?
我附上了一张图片供参考。
相对路径 URL 与 TensorFlow 处理变量的方式有关。
您可能想浏览有关“name_scope”、“variable_scope”和“共享变量”的文档。这是一个好的开始
当您使用 Tensorflow 制作图像时,您可能对可视化过滤器内核感兴趣。在这个项目中,我有工作代码来可视化 TensorBoard 中第一层的内核
从张量板自述文件中:
仪表板的设置使得每一行对应一个不同的标签,每一列对应一个运行。