When using a sequential model shortcut, like a skip connection in a neural network, the key metrics to watch are training loss and validation accuracy. These show if the shortcut helps the model learn better and generalize well.
Because shortcuts help information flow, they often reduce vanishing gradients, so the model trains faster and achieves better accuracy. Watching loss and accuracy helps confirm this improvement.