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.
我对 MNIST 图像进行了分组并制作了 tf.image_summary(...)。我为每个组做了图像摘要。例如测试图像:1 测试图像:2
当我运行 Tensorboard 图像时,它没有按我的顺序显示。如何使张量板图像有序显示。
张量板图像
它总是按字母顺序排列。这有点 hacky,但是如果您将字母顺序添加到图像标签的开头,那么您可以控制顺序。