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

In TensorFlow v2, below code can cause GraphDef reconciliation error. ```py @tf.function def foo(x): return x ** 2 with writer.as_default(): tf.summary.trace_on() foo(1) foo(2) tf.summary.trace_export("foo") ``` Depending on the argument, `tf.function`...

plugin:graph

When I run TensorBoard, I get the following error: `lib/python3.9/site-packages/tensorboard_data_server/bin/server: /lib64/libc.so.6: version 'GLIBC_2.18' not found (required by lib/python3.9/site-packages/tensorboard_data_server/bin/server)`. (I removed irrelevant path parts, as well as fixed a quote so...

## Motivation for features / changes Fixes #6271 Fixes #5547 ## Technical description of changes the reason is that knn [expects normalized vectors](https://github.com/tensorflow/tensorboard/blob/dc4754cf27d55c289b85a5ae77591f8d96fb682b/tensorboard/plugins/projector/vz_projector/data.ts#L478) for cosine distance (cosDistNorm) rather than arbitrary...

plugin:projector

## Motivation for features / changes Supervise with parameters are only applicable to t-SNE projection. This moves it from data panel to projections panel, and simplifying code in the process...

plugin:projector

## Motivation for features / changes If projection is switched from t-SNE to UMAP, t-SNE doesn't pause and the framerate would crash (5fps on M1 pro) If projection is switched...

plugin:projector

* Motivation for features / changes Splitting an arbitrary vector into 256 parts hurts performance. This change speeds up KNN computation by 3x-5x. The splitting needs to be done before...

plugin:projector

## Motivation for features / changes Remove limitations on firefox when running embedding projectors Using GPU-accelerated tensorflow.js to compute knn speed up computation time for firefox on M1 Pro from...

plugin:projector

I am getting a lot of warnings about too many open files -- is there a way to reduce or cap the number of open file descriptors? ```2021-05-11T14:31:46Z WARN rustboard_core::run]...

core:rustboard

**System information** - TensorFlow version: 2.3.0 - Are you willing to contribute it: Yes, with guidance/help to know where to look **Describe the feature and the current behavior/state.** Feature would...

type:feature
core:frontend
plugin:hparams

## Environment information (required) ``` --- check: autoidentify INFO: diagnose_tensorboard.py version df7af2c6fc0e4c4a5b47aeae078bc7ad95777ffa --- check: installed_packages INFO: installed: tensorboard==2.12.0 WARNING: no installation among: ['tensorflow', 'tensorflow-gpu', 'tf-nightly', 'tf-nightly-2.0-preview', 'tf-nightly-gpu', 'tf-nightly-gpu-2.0-preview'] WARNING: no...