As you can see from this tutorial (https://www.tensorflow.org/tutorials/structured_data/time_series) I'm working on prediction of time series.
I would like to ask the differences between batch size in tf.keras.preprocessing.timeseries_dataset_from_array as in Section 4 in the tutorial and batch size in model.fit. If these two arguments are the same, then what happens if I also write batch size in model.fit ?
Thank you.
From the documentation on
model.fit
located here.So do not specify the batch size in
model.fit