Batch size for remaining training data

Hi,

What is the change needed to be made to a lstm model, for using a smaller batch size, say during evaluation and for the last small size of training data (< batch_size)

you simply send in a different batch size tensor.

1 Like