.codecov.yml
.flake8
.gitignore
HISTORY.rst
LICENSE
MANIFEST.in
README.md
compile.sh
run_pytest.sh
setup.cfg
setup.py
test-requirements.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature-requests-or-general-questions.md
.github/workflows/build-pip.yml
.github/workflows/publish-pypi.yml
.github/workflows/python-app.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/tensorboard.rst
docs/tutorial.rst
docs/tutorial_zh.rst
docs/utils.rst
docs/_static/img/tensorboard/add_histogram.png
docs/_static/img/tensorboard/add_hparam.png
docs/_static/img/tensorboard/add_image.png
docs/_static/img/tensorboard/add_images.png
docs/_static/img/tensorboard/add_mesh.png
docs/_static/img/tensorboard/add_scalar.png
docs/_static/img/tensorboard/add_scalar_global.png
docs/_static/img/tensorboard/add_scalars.png
docs/_static/img/tensorboard/hier_tags.png
screenshots/Demo.gif
screenshots/audio.png
screenshots/comet.gif
screenshots/distribution.png
screenshots/embedding.png
screenshots/graph.png
screenshots/histogram.png
screenshots/image.png
screenshots/scalar.png
screenshots/text.png
tensorboardX/__init__.py
tensorboardX/_version.py
tensorboardX/caffe2_graph.py
tensorboardX/comet_utils.py
tensorboardX/crc32c.py
tensorboardX/embedding.py
tensorboardX/event_file_writer.py
tensorboardX/global_writer.py
tensorboardX/onnx_graph.py
tensorboardX/openvino_graph.py
tensorboardX/record_writer.py
tensorboardX/summary.py
tensorboardX/torchvis.py
tensorboardX/utils.py
tensorboardX/visdom_writer.py
tensorboardX/writer.py
tensorboardX/x2num.py
tensorboardX.egg-info/PKG-INFO
tensorboardX.egg-info/SOURCES.txt
tensorboardX.egg-info/dependency_links.txt
tensorboardX.egg-info/not-zip-safe
tensorboardX.egg-info/requires.txt
tensorboardX.egg-info/top_level.txt
tensorboardX/beholder/__init__.py
tensorboardX/beholder/beholder.py
tensorboardX/beholder/file_system_tools.py
tensorboardX/beholder/shared_config.py
tensorboardX/beholder/video_writing.py
tensorboardX/proto/__init__.py
tensorboardX/proto/api.proto
tensorboardX/proto/api_pb2.py
tensorboardX/proto/attr_value.proto
tensorboardX/proto/attr_value_pb2.py
tensorboardX/proto/event.proto
tensorboardX/proto/event_pb2.py
tensorboardX/proto/graph.proto
tensorboardX/proto/graph_pb2.py
tensorboardX/proto/layout.proto
tensorboardX/proto/layout_pb2.py
tensorboardX/proto/node_def.proto
tensorboardX/proto/node_def_pb2.py
tensorboardX/proto/plugin_hparams.proto
tensorboardX/proto/plugin_hparams_pb2.py
tensorboardX/proto/plugin_mesh.proto
tensorboardX/proto/plugin_mesh_pb2.py
tensorboardX/proto/plugin_pr_curve.proto
tensorboardX/proto/plugin_pr_curve_pb2.py
tensorboardX/proto/plugin_text.proto
tensorboardX/proto/plugin_text_pb2.py
tensorboardX/proto/resource_handle.proto
tensorboardX/proto/resource_handle_pb2.py
tensorboardX/proto/summary.proto
tensorboardX/proto/summary_pb2.py
tensorboardX/proto/tensor.proto
tensorboardX/proto/tensor_pb2.py
tensorboardX/proto/tensor_shape.proto
tensorboardX/proto/tensor_shape_pb2.py
tensorboardX/proto/types.proto
tensorboardX/proto/types_pb2.py
tensorboardX/proto/versions.proto
tensorboardX/proto/versions_pb2.py
tests/__init__.py
tests/event_file_writer_test.py
tests/expect_reader.py
tests/mnist-8.onnx
tests/record_writer_test.py
tests/test_beholder.py
tests/test_chainer_np.py
tests/test_crc32c.py
tests/test_embedding.py
tests/test_figure.py
tests/test_hparams.py
tests/test_lint.py
tests/test_multiprocess_write.py
tests/test_numpy.py
tests/test_onnx_graph.py
tests/test_openvino_graph.py
tests/test_pr_curve.py
tests/test_pytorch_graph.py
tests/test_pytorch_np.py
tests/test_record_writer.py
tests/test_summary.py
tests/test_summary_writer.py
tests/test_utils.py
tests/test_visdom.py
tests/test_writer.py
tests/expect/caffe_mnist.expect
tests/expect/caffe_overfeat.expect
tests/expect/test_caffe2.test_simple_cnnmodel.expect
tests/expect/test_caffe2.test_simple_model.expect
tests/expect/test_pr_curve.test_pr_purve.expect
tests/expect/test_pr_curve.test_pr_purve_raw.expect
tests/expect/test_summary.test_audio.expect
tests/expect/test_summary.test_custom_scalars.expect
tests/expect/test_summary.test_float32_image.expect
tests/expect/test_summary.test_histogram_auto.expect
tests/expect/test_summary.test_histogram_doane.expect
tests/expect/test_summary.test_histogram_fd.expect
tests/expect/test_summary.test_hparams.expect
tests/expect/test_summary.test_hparams_bool.expect
tests/expect/test_summary.test_hparams_string.expect
tests/expect/test_summary.test_image_with_3_channel_batched.expect
tests/expect/test_summary.test_image_with_boxes.expect
tests/expect/test_summary.test_image_with_four_channel.expect
tests/expect/test_summary.test_image_with_four_channel_batched.expect
tests/expect/test_summary.test_image_with_one_channel.expect
tests/expect/test_summary.test_image_with_one_channel_batched.expect
tests/expect/test_summary.test_image_without_channel.expect
tests/expect/test_summary.test_mesh.expect
tests/expect/test_summary.test_text.expect
tests/expect/test_summary.test_uint8_image.expect
tests/expect/test_summary.test_video.expect