prog_models icon indicating copy to clipboard operation
prog_models copied to clipboard

Lstm: implement early stopping

Open teubert opened this issue 3 years ago • 0 comments

Requirement Text Implement early stopping option for lstm

Suggested Solution Config param into from_data to indicate that you would like early stopping.

see https://keras.io/api/callbacks/early_stopping/

DoD

  • [ ] Implement feature
  • [ ] Add to example
  • [ ] Add tests

teubert avatar Jul 29 '22 21:07 teubert