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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
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