UETAILab / uetai

Custom ML tracking experiment and debugging tools.

Home Page:https://uetailab.github.io/uetai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot run tensorboard on windows

gungui98 opened this issue · comments

Describe the bug
The name is not correct so that it cannot be run on windows

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See errors

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows 11, Ubuntu 18.04]
  • Version [e.g. v1]

Additional context
Add any other context about the problem here.

This happens due to the limited of Windows OS function calls that handle filenames. Some characters might not be allowed in a folder name when tensorboard init its log directory.

Thanks for raise the issue. It'll be fixed in the next update