I wrote a CNN image classifier with tensorflow and use tensorboard to monitor the training. However when I stop and restore from a checkpoint, there are overlaps like:
I followed the instruction on the Tensorboard README to write a SessionStatus.START
message to the summary file, but it doesn't seem to work.
This is my code:
summary_writer.add_session_log(SessionLog(status=SessionLog.START),global_step=step)