I’m running the LSTM model for the first time. Here is my model: What is the use of verbose while training the model? Answer Check documentation for model.fit here. By setting verbose 0, 1 or 2 you just say how do you want to ‘see’ the training progress for each epoch. verbose=0 will show you nothing (silent) verbose=1 will show