categories - machine_learning
FileWriter Object
. It is responsible for writing data onto hard disks.tf.summary
module for recording different summaries.merge_all_summaries
method, and then evaluate using the session object at some intervals in training.add_summary
method.add_graph
method.tensorboard --logdir=/path in the code
Tensorboard is already installed with tensorflow and it generally doesn't produce an error if wrong path is given in the command, so verify accordingly.
You can navigate to localhost:6006
to view results yourself.