PPPLDeepLearning / plasma-python

PPPL deep learning disruption prediction package
http://tigress-web.princeton.edu/~alexeys/docs-web/html/
79 stars 43 forks source link

Early stopping fixes #32

Closed ASvyatkovskiy closed 6 years ago

ASvyatkovskiy commented 6 years ago

Starting Keras 2.0.7, Model class does not have a stop_training attribute. It is only added in the Callback class (callback_model).