张量板中的不透明度图是什么?

What is the opacity graph in tensorboard?

我是 Tensorboard 新手。

这是我通过这行得到的输出:

self.logger.experiment.add_scalars("losses", {"train_loss": loss}, global_step=self.current_epoch)

我只能摸到深蓝线,估计是我登录的损失,摸不到浅蓝线

I asked the same question on Github.

The light one is the actual data, and the bold curve is the smoothed curve. Use the slider in the UI to adjust it.