开始使用免费开始使用

Quiz 3 - Question 2

A model is being trained with early stopping and the patience parameter set to 3 epochs. The model's parameters are saved (or checkpointed) every time the validation loss reaches a new minimum. The validation loss recorded at the end of several epochs is:

Epoch 8: 0.35, Epoch 9: 0.32, Epoch 10: 0.31, Epoch 11: 0.33, Epoch 12: 0.34, Epoch: 13, Epoch 14: 0.36, Epoch 15: 0.29, Epoch 16: 0.35 Note that some of these losses may be hypothetical if training was run without early stopping and the training process may stop before Epoch 15 using the early stopping procedure. At which epoch will the training be stopped, and which version of the model will be used as the final model?

本练习是课程的一部分

Google DeepMind: Design And Train Neural Networks

查看课程

动手互动练习

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

开始练习