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.
是否可以在 TensorFlow 的 Tensorboard 中以对数比例可视化 y 轴?
我的神经网络的第一层有以下权重直方图(分布):
从图像上看,重量分布似乎几乎没有变化。虽然是真的,但我想查看对数刻度(y 轴)的变化。可能吗?
您始终可以使用 定义自己的摘要log(abs(weights))。
log(abs(weights))