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.
我有一个值列表(损失值)。
损失 = [0.9,0.7,0.6,0.4]
我在训练时没有使用 tensorboard 回调。现在我想在张量板上绘制这些值。我怎样才能做到这一点?
您需要在 TensorBoard 中绘图的日志。如果要绘制这些值,只需使用matplotlib.
matplotlib