Classifying Lightning callbacks
In PyTorch Lightning, two popular callbacks are ModelCheckpoint and EarlyStopping. One automatically saves the best-performing model based on a chosen metric, while the other halts training when improvements plateau to prevent overfitting. Let's see if you can correctly classify key statements about each callback.
この演習はコースの一部です
