How to smooth a curve plotted from TFBoard

I am plotting some accuracy curves in python that I got using tensorboard and exported as CSV but all of them look the same as if you set the smooting parameter in TF board to 0, is there any way to tune this parameter in matplotlib or plotly ?

1 Like