UETAILab / uetai

Custom ML tracking experiment and debugging tools.
https://uetailab.github.io/uetai/
MIT License
15 stars 1 forks source link

Cannot run tensorboard on windows #13

Closed gungui98 closed 3 years ago

gungui98 commented 3 years ago

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):

Additional context Add any other context about the problem here.

nmd2k commented 3 years ago

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

nmd2k commented 3 years ago

Fixed in #16