Skip to content

Evolutionary Keras 2.0

Compare
Choose a tag to compare
@scarlehoff scarlehoff released this 17 Aug 13:33
· 10 commits to master since this release
4858205

This release of evolutionary_keras is compatible with TF 2.2.

  • Added callback compatibility on the fit function: on_train_begin, on_epoch_begin, on_epoch_end, on_train_end.
  • NGA: Added checks for model architecture. If a model is found to have an architecture not compatible with the NGA-structure, it will immediately fail.