Only one batch shown in TensorBoard when using Tensorflow.js
I’m using TensorFlow.js in Node, calling model.fit() for each batch with an epoch size of 3, and saving events using TensorBoard as described in the TensorBoard/TensorFlow.js documentation. I see the event file growing after each fit
call.