tensorboard icon indicating copy to clipboard operation
tensorboard copied to clipboard

TensorFlow's Visualization Toolkit

Results 130 tensorboard issues
Sort by recently updated
recently updated
newest added

I run `from torch.utils.tensorboard import SummaryWriter model_path = 'yolov8n-seg.pt' loaded_model = torch.load(model_path) writer = SummaryWriter('tensor_vis') init_img = torch.zeros((1,3,640,640),device='cuda') writer.add_graph(loaded_model) writer.close()` but raise an error: Traceback (most recent call last): File...

## Environment information (required) ### Diagnostics Diagnostics output `````` --- check: autoidentify INFO: diagnose_tensorboard.py version 516a2f9433ba4f9c3a4fdb0f89735870eda054a1 --- check: general INFO: sys.version_info: sys.version_info(major=3, minor=10, micro=8, releaselevel='final', serial=0) INFO: os.name: posix INFO:...

plugin:hparams

Consider Stack Overflow for getting support using TensorBoard—they have a larger community with better searchability: https://stackoverflow.com/questions/tagged/tensorboard Do not use this template for for setup, installation, or configuration issues. Instead, use...

core:notf

## Environment information (required) Irrelevant ## Issue description I am calling [tf.summary.histogram](https://github.com/tensorflow/tensorboard/blob/master/tensorboard/plugins/histogram/summary_v2.py#L104) with large enough data (in my case a 1-D tensor with ~16M int32 elements). I noticed that this...

core:summaries

When running TB with a lot of different runs, I always use Nearest for the tooltip sorting -- it makes it much easier to locate the particular run I'm interested...

type:bug
core:frontend

TensorBoard won't build with the most recent Bazel 7.0.0, released yesterday, due to an error arising from `rules_apple` (note: only visible after bumping the Bazel allowed version window in WORKSPACE):...

type:build/install

**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu...

core:backend
type:docs
core:summaries
stat:awaiting tensorflower
theme:performance
theme:usability

Consider Stack Overflow for getting support using TensorBoard—they have a larger community with better searchability: https://stackoverflow.com/questions/tagged/tensorboard Do not use this template for for setup, installation, or configuration issues. Instead, use...

I'm running Tensorboard (tried v 2.3.0 and 2.4.1) Embedding Projector, with no issues for setting up the sprite image, the metadata and the tensors. However, the **bookmarks** are not loading...

type:bug
plugin:projector
core:frontend
stat:awaiting tensorflower