tensorboard
tensorboard copied to clipboard
TensorFlow's Visualization Toolkit
## Motivation for features / changes Users want to color runs by the regex string of the corresponding to runs experiment names. ## Technical description of changes - Added new...
I am using tensorboard behind a proxy at www.domain.com/tensorboard and it is making requests to paths such as www.domain.com/font-roboto/... and www.domain.com/tf-interactive-inference-dashboard/... Can these be changed to have the /tensorboard prefix?...
E0429 10:53:15.660596 137725360838464 application.py:125] Failed to load plugin WhatIfToolPluginLoader.load; ignoring it. Traceback (most recent call last): File "/home/seyed/miniconda3/lib/python3.10/site-packages/tensorboard/backend/application.py", line 123, in TensorBoardWSGIApp plugin = loader.load(context) File "/home/seyed/miniconda3/lib/python3.10/site-packages/tensorboard_plugin_wit/wit_plugin_loader.py", line 57, in...
Hello, and thank you for your wonderful product! In data-provider.ts, NUM_COLORS_COLOR_MAP is hardcoded to 50. Is there a way to increase that number or set it manually? I'm using TensorBoard...
During the training of a model, I store some images in tensorboard. But I need to access them after the training is complete. It would be nice if there where...
When there is a lot of steps recorded, tensorboard uses discretization for optimization. It is unexpected loss of information, but it's fine. However, when using EMA smoothing, differently discretized time...
runcmd: tensorboard --logdir s3://bucketname/tensorboard_log/ Environment Variable: AWS_REGION='us-east-1' S3_REGION='us-east-1' S3_ENDPOINT='10.*.*.129:610**' S3_USE_HTTPS=0 S3_VERIFY_SSL=0 AWS_ACCESS_KEY_ID=*** AWS_SECRET_ACCESS_KEY=*** No dashboards are active for the current data set. Probable causes: You haven’t written any data to...
I want to see alternative to smoothing which aligns to minimum/maximum observed value at this step. This method would help in better capturing the extreme values that might be critical...
Since #6784 we have seen the unusual behavior where query params for feature flags will be duplicated on the command line. For example, if we load `localhost:6006/?showFlags=` it will be...
This thread is for tracking feedback about TensorBoard’s experimental mode for fast data loading. Typical speedups range from **100× to 400×**. **Who should try this:** Anyone who’s found TensorBoard’s data...