I'm currently working on a classification model built-up using TensorFlow framework applied with word embedding, LSTM layer, and Dense layer.
I wanted to see the performance of the training process; how much time Epoch took. So, instead of the boring figure(1), I want to plot a graph to show the training time and batch size like the figure(2). Does anyone know to archive that? I've been searching everywhere but none seems to work for me.