Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TensorBoard Not Supported During Training in New Version 2.1.0 #287

Open
ybLin-TJ opened this issue Oct 24, 2024 · 0 comments
Open

TensorBoard Not Supported During Training in New Version 2.1.0 #287

ybLin-TJ opened this issue Oct 24, 2024 · 0 comments

Comments

@ybLin-TJ
Copy link

Description

In the latest version, TensorBoard is not displaying during the training process. Specifically:

  1. In the Projector tab, the message "No checkpoint was found" is displayed.
  2. On the Home page, the message "No dashboards are active for the current data set" appears.

Actual Behavior

  1. In the Projector tab, "No checkpoint was found" is displayed.
  2. On the Home page, "No dashboards are active for the current data set."

Expected Behavior

TensorBoard should display the training metrics, and checkpoints should be found in the Projector tab. Dashboards should be active and show real-time updates on the Home page.

Steps to Reproduce

  1. Train according to the provided example code and generate a local folder './full_embeddings_vis'
  2. Attempt to view training metrics in TensorBoard.

Environment

TensorFlow version: 2.9.0
Python version: 3.10.14
OS: Windows11

Additional Information

Even after adding tensorboard_callback = tf.keras.callbacks.TensorBoard(log_dir="./full_embeddings_vis", histogram_freq=1) to the callbacks parameter in model.fit(), TensorBoard still does not display properly. Is this feature no longer supported in the new version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant