#50 · Primary category: MLOps & Evaluation
tensorboardX
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
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models