Skip to content

not find log file in Windows #614

@pangbochen

Description

@pangbochen

I use Windows 10,
python is in C;, I run the sample python minist code and store the log file in f:\log\minist
I open the cmd shall and inputs tensorboard --logdir=f:\log\minist
and it shows "Not find log" on the chrome webpage.

update I finally make it after 1 hour
1.
because of windows file system and tensorboard itself I guess, you should change the dir first
that is,
cd f:
cd f:\log\minist
tensorboard --logdir=f:\log\minist

wish it helps you all
have a nice moon day!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions