I would like to discuss Epoch x axis value is off by one · Issue #5805 · tensorflow/tensorboard · GitHub here:
keras.Model.fit
prints epoch numbers, starting with 1. However, using keras.callbacks.TensorBoard
yields TensorBoard log curves that start at a Step value of 0 (and the steps correspond to epochs, see TB#5806).
Stanley Bileschi suggests that this might be fixable by Keras passing an explicit step value, starting with 1, so I’m asking any Keras developers around: Would this work? Would this be good to have?