polarisZhao / PFLD-pytorch

PFLD pytorch Implementation
808 stars 198 forks source link

tensorboard #34

Closed wangping1408 closed 4 years ago

wangping1408 commented 4 years ago

Hello how does your tensorboard work? I have trained as required, and the corresponding files are also generated in checkpoints, but when viewing tensorboard, there is no output on the web page. This page isn’t working

polarisZhao commented 4 years ago

open a new terminal and use tensorboard --logdir=./checkpoint/tensorboard/ I guess your log path is wrong