开始使用免费开始使用

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.

本练习是课程的一部分

Scalable AI Models with PyTorch Lightning

查看课程

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习