When to stop training neural networks?

有些话、适合烂在心里 提交于 2019-12-04 12:46:23

Well as a general rule of thumb you may want let the model stay in training phase until the validation starts dropping for several consecutive iterations. After that point the model has strated to over-fit the data. For your problem, since it takes a very long time to train the model I suggest you stop the training after the first epoch and test the model and make sure there is no implementational bugs in your code. If the model has an acceptable accuracy then start training it again.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!