Currently, hyperparameter optimisation and training take place for a given number of epochs, it would be desirable to be able to implement an early stopping criteria if it is seem to be overfitting, or that the progress has plateaued.
tensorflow.keras.callbacks seem to be a good fit for this.
Currently, hyperparameter optimisation and training take place for a given number of epochs, it would be desirable to be able to implement an early stopping criteria if it is seem to be overfitting, or that the progress has plateaued.
tensorflow.keras.callbacks
seem to be a good fit for this.See Coursera videos for details on how to implement