tensorflow2.0——early stopping

 

patience = 2 意思是最多容忍后两次的数据精度比此次差

 validation_splt = 0.2 意思是train数据80%,val数据20%

相关文章: