Learning rate schedulers help control how fast a model learns during training. The key metric to watch is the training loss and validation loss. These show if the model is improving or if it is stuck. A good scheduler lowers loss smoothly without sudden jumps.
Also, watch validation accuracy to see if the model generalizes well. If accuracy stops improving or drops, the learning rate might be too high or too low.