tensorboard
tensorboard copied to clipboard
TensorFlow's Visualization Toolkit
Hello, I am running the PPO algorithm of Ray RL lib. When I run the code the screen is like this:  So I feel that model...
It would be nice to be able to pin certain metrics to the top within the code. When the web view is opened, these metrics are supposed to be pinned...
Hi! Recently I read the design [document](https://github.com/tensorflow/tensorboard/blob/master/docs/design/rustboard.md) about some design choices and performance-oriented questions. I want to suggest several optimization techniques that can improve the project performance further. I noticed...
…ed in the constructor ## Motivation for features / changes When public class fields are enabled, such cases throw a TS error similar to this. ``` third_party/javascript/angular_components/src/cdk/platform/platform.ts:37:29 - error TS2729:...
…ed in the constructor. ## Motivation for features / changes When public class fields are enabled, such cases throw a TS error similar to this. ``` third_party/javascript/angular_components/src/cdk/platform/platform.ts:37:29 - error TS2729:...
I am encountering difficulties in retrieving embedding arrays that were logged using add_embedding from TensorBoard logs. I am unable to locate the actual embedding arrays. Below is a detailed description...
TensorBoard 2.11.2 at http://wedata3:6006/ (Press CTRL+C to quit) Exception in thread Reloader: Traceback (most recent call last): File "/opt/python/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() File "/opt/python/lib/python3.7/threading.py", line 870, in run...
## Motivation for features / changes When using the TensorboardLogger in Pytorch lightning to log to an Azure blob storage location, the following error is thrown: ``` ErrorCode:InvalidBlobType Content: InvalidBlobTypeThe...
Downloading the hparams table as a csv omits the Trial ID column. It would be helpful if this was included along with the logged hyperparameters and metrics for completeness.
Hi, I was wondering if there is a way of having legend and axis labels in downloaded svg's from tensorboard without re-plotting the data using another library. Thanks, Anurag Koul