lanpa/tensorboardX

No dashboards are active for the current data set

Hhhhhhhzf opened this issue · 2 comments

Firstly I install the tensorboardX using pip install tensorboardX.
Then I build a python file named test.py and the content of this file is same to demo.py in readme.
Then I run it.
Finally I start TensorBoard with tensorboard --logdir runs.
However, I got
截屏2021-03-27 下午12 06 27

What's wrong with it?
Could some good men tell me why?
I use this lib first time.

my torch version is 1.7. Is this the key problem?
截屏2021-03-27 下午12 02 51

Hi @Hhhhhhhzf , can you see the files that have been written to runs directory? Usually this message appears in case of no files or in case of wrongly specified path, thus make sure you run this command in the directory containing runs.

@merryHunter I see...I find the runs directory and I succeed.Thank you for your solution.