Accenture / Accenture/AmpliGraph
TensorBoard Not Supported During Training in New Version 2.1.0
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
Description
In the latest version, TensorBoard is not displaying during the training process. Specifically:
- In the Projector tab, the message "No checkpoint was found" is displayed.
- On the Home page, the message "No dashboards are active for the current data set" appears.
Actual Behavior
- In the Projector tab, "No checkpoint was found" is displayed.
- 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
- Train according to the provided example code and generate a local folder './full_embeddings_vis'
- 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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Run the referenced training example with TensorFlow 2.9.0 on Windows 11 and generate ./full_embeddings_vis. Check the TensorBoard Projector and Home pages during training, including with the stated TensorBoard callback. Done means checkpoints are found and training metrics appear in active dashboards with real-time updates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100