Autokeras Versions Save

AutoML library for deep learning

1.0.5

3 years ago
  • Updated TF dependency version to 2.3.0.
  • Bug fix for checkpoint not found during evaluate and predict.

1.0.4

3 years ago

Bug Fixes:

  • Fixed fit the final model only one epoch after search all the trials.
  • Fixed the checkpoint not found issue during fit.

New Features:

  • Add pretrained XceptionNet and ResNet with ImageNet weights to the search space of image tasks.
  • Enlarge the search space for more optimizers and laerning rates.
  • Transformer model included in the search space.

API Changes:

  • ResNetBlock and XceptionBlock pooling argument removed.
  • All task APIs use overwrite=False by default.
  • Change all dropout_rate arguments to dropout.

1.0.3

3 years ago

Bump dependency TensorFlow version to 2.2.0. User now can use custom metrics and loss. User now can specify the tuner to use for Task APIs like ImageClassifier. Use Keras preprocessing layers for ImageAugmentation. If not epochs is not specified, and validation_data is not provided, it will use the best models best number of epochs for retraining the best model with the entire training set. Bug fixes: All bugs in the tutorials are fixed. All the tutorials can run smoothly. Breaking changes: ImageAugmentation args updated.

1.0.2

4 years ago

Fixed the bug for low performance in the final model training. Fixed the bug for does not support tf.data.Dataset for TextClassifier. Improved performance for ImageClassifier and TextClassifier.

Issues: It cannot save the preprocessing layers' weights. The exported model has to be adapted manually if contains any preprocessing layer. It should be fixed with TF 2.2. We will have another release afterward.

1.0.1

4 years ago

Supporting Tensorflow Keras preprocessing layers. The preprocessors are now exportable to Keras Model, too, i.e., the entire model is exportable to Keras Model. The exported model should have exactly the sample performances as the searched model.

1.0.0

4 years ago

Redesigned the API and system architecture based on KerasTuner 1.0 and TensorFlow 2.0. Refer to the official website for more information. https://autokeras.com/

1.0.0b0

4 years ago

0.4.0

5 years ago

Use BERT to do the natural language tasks. Pretrained models separated out to autokeras-pretrained. Tabular module separated out to autokaggle.

0.3.7

5 years ago

0.3.6

5 years ago

Fixed some bugs. Code refactored.

Added Predefined API. Added pretrained models of face detection, object detection, voice generation.