Skip to content

Conversation

@sam31046
Copy link

This PR temporarily fix #218 by adding tensorboard in requirements.txt

…Lab#218

This PR temporarily fix MultimediaTechLab#218 by adding `tensorboard` in `requirements.txt`
@henrytsui000
Copy link
Member

Hi,

Thanks for your PR! I believe tensorboard is already included in the requirements-dev.txt file.

As for the solution, I think a clean fix would be to move the check for cfg.use_tensorboard inside logging_utils.py, placing it before the if quiet: return shortcut. That way, we ensure the logger setup logic executes as expected when tensorboard is enabled.

Let me know what you think!

Best,
Henry Tsui

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

Successfully merging this pull request may close these issues.

TensorBoard error messages are not displayed when +quite=True

2 participants