autokeras icon indicating copy to clipboard operation
autokeras copied to clipboard

Fitting autokeras with the EarlyStopping baseline parameter does not work

Open q-55555 opened this issue 4 years ago • 0 comments

Bug Description

When the EarlyStopping baseline parameter is triggered, autokeras is crashing with the following error : TypeError: object of type 'NoneType' has no len()

Bug Reproduction

Here is the colab: https://colab.research.google.com/drive/1oqxaIaXb51qGaFSRBJtUL5yDZ77Udjx1?usp=sharing

Setup Details

Include the details about the versions of:

  • OS type and version:
  • Python:
  • autokeras: 1.0.12
  • keras-tuner: master
  • scikit-learn:
  • numpy:
  • pandas:
  • tensorflow:

q-55555 avatar Dec 02 '20 01:12 q-55555