what does batch_size indicates?
3 Likes
Number of data (rows) to be passed for training. Here 128 data (rows) will be given to model for training.
what does batch_size indicates?
Number of data (rows) to be passed for training. Here 128 data (rows) will be given to model for training.