#50 · Primary category: MLOps & Evaluation

tensorboardX

machine-learning numpy pytorch tensorboard visualization

tensorboard for pytorch (and chainer, mxnet, numpy, ...)

Project last updated:07/14/26

GitHub Stars

8.0K

Forks

852

Contributors

86

License

MIT

Why we included this project

PyTorch users who are tired of watching raw loss numbers scroll past in a console can get the familiar TensorBoard dashboard in their training loop without touching TensorFlow. You create a SummaryWriter and call a few methods to log scalars, images, audio, embeddings, histograms, and model graphs into standard event files that the regular tensorboard server reads. The same API also works with NumPy, Chainer, and MXNet, so one logging path covers different training stacks. Because it writes standard event formats, existing dashboards keep working, and the same data can be sent to cloud tracking services when you want richer comparison across experiments.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category