Open
Description
Currently, tensorboard has the ability to smooth scalar plots using an exponentially moving average (EMA). Although EMA is useful for visualizing trends in the scalar time series, many times a more appropriate smoother is simply a moving average (MA). Propose to implement MA smoother in tensorboard and have slider to control filter width. MA has the advantage of being a "memory-less" smoother which is quite useful when plotting.