You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In [1]: import mxboard
In [2]: sw = mxboard.SummaryWriter('/tmp/log')
In [3]: sw.add_text('test','test', 0)
In [4]: sw.add_text('test','test', 1)
In [5]: sw.close()
In [6]: sw.flush()
creates the following event file
But tensorboard doesn't show any output