Closed jvishnuvardhan closed 1 year ago
Assign to @rchao who works on callbacks.
Hello, Thank you for reporting an issue.
We're currently in the process of migrating the new Keras 3 code base from keras-team/keras-core to keras-team/keras. Consequently, This issue may not be relevant to the Keras 3 code base . After the migration is successfully completed, feel free to reopen this Issue at keras-team/keras if you believe it remains relevant to the Keras 3 code base. If instead this Issue is a bug or security issue in legacy tf.keras, you can instead report a new issue at keras-team/tf-keras, which hosts the TensorFlow-only, legacy version of Keras.
To know more about Keras 3, please read https://keras.io/keras_core/announcement/
This feature request is moved from TF repository to keras-team/keras https://github.com/tensorflow/tensorflow/issues/31050
Describe the feature and the current behavior/state.
There is no way to specify a sprite for embedding visualizations with the Tensorboard Callback in Keras.
Will this change the current api? How?
It would add two more parameters to
Tensorboard.__init__()
embeddings_image_path=None,
embeddings_image_size=None,
Who will benefit with this feature?
Anyone who wants to be able to see what their embedding clusters actually look like. NLP people are covered tho.
Any Other info.
Here's basically what you need. I just don't have the time to write unittests and docs.