How can I reset all the data on the Tensorboard in Tensorflow? -


i tried delete log file, can't find file defined under logdir path, how going reset graph every time rerun code? confuses me lot!

the graph stacked on previous graphs, makes no sense final output.

what is:

every run gets new named subdir of the logdir path defined in script in:

/path-to-you-tb-dir/this_run_name/ 

then start code , (re)start tensorboard first

fuser 6006/tcp -k 

and

tensorboard --logdir /path-to-you-tb-dir/ 

now you'll have sub dir each run , plot accordingly. can delete selectively (by deleting particular subdir)