{"id":13935818,"url":"https://github.com/dmlc/tensorboard","last_synced_at":"2025-07-19T21:30:43.475Z","repository":{"id":66049436,"uuid":"76137118","full_name":"dmlc/tensorboard","owner":"dmlc","description":"Standalone TensorBoard for visualizing in deep learning","archived":true,"fork":false,"pushed_at":"2020-03-24T15:07:53.000Z","size":120,"stargazers_count":370,"open_issues_count":20,"forks_count":60,"subscribers_count":23,"default_branch":"master","last_synced_at":"2024-11-27T03:34:50.323Z","etag":null,"topics":["mxnet","tensorboard","visualization"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmlc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-12-10T20:53:38.000Z","updated_at":"2024-09-20T18:54:06.000Z","dependencies_parsed_at":"2023-04-11T14:35:44.510Z","dependency_job_id":null,"html_url":"https://github.com/dmlc/tensorboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dmlc/tensorboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmlc%2Ftensorboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmlc%2Ftensorboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmlc%2Ftensorboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmlc%2Ftensorboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmlc","download_url":"https://codeload.github.com/dmlc/tensorboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmlc%2Ftensorboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266019657,"owners_count":23864916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mxnet","tensorboard","visualization"],"created_at":"2024-08-07T23:02:07.192Z","updated_at":"2025-07-19T21:30:43.097Z","avatar_url":"https://github.com/dmlc.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Standalone TensorBoard\n\n\u003e TensorBoard is a suite of web applications for inspecting and understanding your TensorFlow runs and graphs. TensorBoard currently supports five visualizations: scalars, images, audio, histograms, and the graph.  \n\n\u003e This README gives an overview of key concepts in TensorBoard, as well as how to interpret the visualizations TensorBoard provides. For an in-depth example of using TensorBoard, see the tutorial: [TensorBoard: Visualizing Learning](https://www.tensorflow.org/versions/master/how_tos/summaries_and_tensorboard/index.html). For in-depth information on the Graph Visualizer, see this tutorial: [TensorBoard: Graph Visualization](https://www.tensorflow.org/versions/master/how_tos/graph_viz/index.html).  \n\n## Installing from source\nWhen installing from source you will build a pip wheel that you then install using pip. We provide a `installer.sh` and `build_pip_package.sh` for you to get that pip wheel.\n\nWe’re also working on providing a pre-built pip wheel for you, so you can install TensorBoard package more easily. We would let you know once we finish this feature but currently it has to be installed from source.\n\n### Clone the TensorBoard repository\n\n```bash\n$ git clone https://github.com/dmlc/tensorboard.git\n```\n\n### Prepare environment for Linux\n\n#### Install Protocol Compiler\nNote that this requires [Protocol Buffers 3](https://developers.google.com/protocol-buffers/?hl=en) compiler, so please install it.\n\n#### Install Bazel\n\nWe use Bazel 0.6.1 [here](https://github.com/bazelbuild/bazel/releases/tag/0.6.1)\n\n#### Install other dependencies\n\n```bash\n# For Python 2.7:\n$ sudo apt-get install python-numpy python-dev python-wheel python-mock python-protobuf\n# For Python 3.x:\n$ sudo apt-get install python3-numpy python3-dev python3-wheel python3-mock\n# With a virtualenv (export needs to be done for subsequent builds, too):\n$ pip install -r requirements.txt \u0026\u0026 export PYTHON_BIN_PATH=$VIRTUAL_ENV/bin/python\n```\n\n### Prepare environment for Mac OS X\n\n#### Install Protocol Compiler\n\nNote that this requires [Protocol Buffers 3](https://developers.google.com/protocol-buffers/?hl=en) compiler, so please install it.\n\n#### Install Bazel\n\nFollow instructions [here](http://bazel.build/docs/install.html) to install the\ndependencies for bazel. You can then use homebrew to install bazel(here we use v0.6.1):\n\n```bash\n$ brew install bazel\n```\n\n#### Dependencies\n\nYou can install the python dependencies using easy_install or pip, or conda if you use Anaconda for virtual-env management. Using\nconda, run\n\n```bash\n$ conda install six, numpy, wheel, protobuf\n```\n\n### Build \n\nAfter that, to build the first part, simply:\n\n```bash\n$ cd tensorboard\n$ sh installer.sh\n# In this process, it might need configuration or failed in bazel build, just retry the specific step.\n```\n\n#### Configure the installation\n\nFor example(just type ’N’ for all case as we don’t need them):\n\n```bash\n$ ./configure\nPlease specify the location of python. [Default is /usr/bin/python]:\nDo you wish to build TensorFlow with Google Cloud Platform support? [y/N] N\nNo Google Cloud Platform support will be enabled for TensorFlow\nDo you wish to build TensorFlow with GPU support? [y/N] N\nDo you wish to build TensorFlow with OpenCL support? [y/N] N\n```\n\n## Usage\n`dmlc/tensorboard` contains two parts in general, currently we have [Python interface](https://github.com/dmlc/tensorboard/tree/master/python) \nfor writing/logging `scalar`, `histogram` and `image` data to `EventFile`, which the front-end load data from this event file for visualization.\n\nTechnically, we reuse the rendering part of original TensorBoard of TensorFlow, but rewrite the logging part in pure Python without touching the \nTensorFlow code. We've try to keep the concepts consistent but the logging API might has some slightly difference.\n\n### Logging\n\nSee [README](python/README.md) in Python package.\n\n### Rendering \n\n```bash\n$ tensorboard --logdir=path/to/logs\n``` \n\n\n## Contribute\n\nYou might want to see the development note of this project at our DMLC blog: [Bring TensorBoard to MXNet](http://dmlc.ml/2017/01/07/bring-TensorBoard-to-MXNet.html)\n\nFeel free to contribute your work and don't hesitate to discuss in issue with your ideas.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmlc%2Ftensorboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmlc%2Ftensorboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmlc%2Ftensorboard/lists"}