SoFunction
Updated on 2024-11-16

Viewing Loss Loss Rates with the Tensorboard Tool

I'm not going to write a series of code to add tensoboard to a python program. You can find a lot of this by looking up the information.

Today I mainly want to talk about how to enter commands in cmd and view them.

Environment:win10

python development environment:spyder(tensorflow)

This was downloaded from the "Anaconda3" program.

The preparation condition is: TensorFlow must be activated.

(TensorFlow) C:\User\Admn> This state is considered active.

Switch to the path of the currently generated tensorboard

Use the following command:

tensorboard --logdir = name of the generated log file

The following results will come out:

It means that the information is already available from the web page. Just open the given URL

This above article using Tensorboard tool to view the Loss loss rate is all that I have shared with you.