Early stop
Addresses issue #9. A flag has been added to specify early stopping callback. Three options can be selected in training process:
- don't use early stopping callback (which is default)
- use early stopping callback with default parameters
- use custom early stopping callback object with user-customised parameters
Examples have been provided in asmsa.ipynb file