Can't prevent CNN model overfitting by reducing layers, increasing Dropout or increasing learning rate

后端 未结 0 1239
刺人心
刺人心 2020-12-11 00:13

here\'s the keras model I used to make bicategorical predictions

early_stopping = EarlyStopping(min_delta = 0.001, patience = 20, restore_best_weights = True)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题