Closed zhuzhen1996 closed 3 years ago
Hi, it's as simple as running tensorboard in the --log_dir
folder you provided to the training script.
cd $YOURLOGDIR
tensorboard --logdir .
then tensorboard will initialize a web server on a certain port on localhost, open your browser and go to localhost:port
I have understanding it now,Thank you very much!
发自我的iPhone
------------------ Original ------------------ From: Nicolò Bonettini @.> Date: Sat,Apr 24,2021 8:11 PM To: polimi-ispl/icpr2020dfdc @.> Cc: zhuzhen1996 @.>, Author @.> Subject: Re: [polimi-ispl/icpr2020dfdc] Visualization (#44)
Hi, it's as simple as running tensorboard in the --log_dir folder you provided to the training script. cd $YOURLOGDIR tensorboard --logdir .
then tensorboard will initialize a web server on a certain port on localhost, open your browser and go to localhost:port
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Hello, don't bother to disturb you again! I trained several models according to the division of my data set. But I want to check the training process and what the loss is. I think you are using tensorboardX, how do you visualize the training process?