Adrian RC

Results 35 comments of Adrian RC

It seems like there's a build error. Is this expected? Let us know if you need us to help with this.

As I mention in #6849, this seems specifically an issue with your model and/or data set, do you have a reason to believe this is a bug in the tool?...

I'm afraid I'm a bit unfamiliar with the projector plugin. The people who originally worked on it have left the team, so we're going to need some help to troubleshoot...

I was able to reproduce by running the standalone version with the example data sets, as described in https://github.com/tensorflow/tensorboard/blob/ae7d0b9250f5986dd0f0c238fcaf3c8d7f4312ca/tensorboard/plugins/projector/README.md As mentioned, the "2" shown is not meant to correspond to...

AFAIK, there is no limit. The app initially should load [up to 1000 parameters](https://github.com/tensorflow/tensorboard/blob/862a9da9b6b8dd5523b829278eb57648cd060e34/tensorboard/webapp/hparams/_redux/hparams_reducers.ts#L22). There's also a ["default" sample size per plugin](https://github.com/tensorflow/tensorboard/blob/862a9da9b6b8dd5523b829278eb57648cd060e34/tensorboard/backend/event_processing/data_ingester.py#L37) (but is also not 30), which can be...

I was able to reproduce (btw, you don't need to actually use a model and train it, it's enough to open the summary writer, write the hparams and close it)....

As a follow-up, looking at the documentation for the "summary" implementation from TB's plugin [here](https://github.com/tensorflow/tensorboard/blob/862a9da9b6b8dd5523b829278eb57648cd060e34/tensorboard/plugins/hparams/summary_v2.py#L142) and [here](https://github.com/tensorflow/tensorboard/blob/862a9da9b6b8dd5523b829278eb57648cd060e34/tensorboard/plugins/hparams/summary.py#L17), it does seem like this is related to how the implementation from pytorch...

Are people experiencing this, writing their data with a library different from TensorFlow? (e.g. PyTorch?) I ran the script provided [above](https://github.com/tensorflow/tensorboard/issues/6907#issuecomment-2359423662), and ran it with TB 2.19.0, and I can...

Hmmm... I don't know if we want to include this dependency at this point. Honestly, I'm not well aware at this time of how this impacts users. Those types seem...

Yes, honestly, we don't have bandwidth at the moment, and it's unclear if users are using these, and to what extent other parts of the code need to be updated....