Skip to content

Releases: keras-team/autokeras

v1.0.5 Release

28 Jul 01:36
Compare
Choose a tag to compare
  • Updated TF dependency version to 2.3.0.
  • Bug fix for checkpoint not found during evaluate and predict.

v1.0.4 Release

22 Jul 04:09
Compare
Choose a tag to compare

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.

v1.0.3 Release

23 Jun 02:14
Compare
Choose a tag to compare

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.

v1.0.2 Release

21 Feb 17:06
df46b86
Compare
Choose a tag to compare

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.

v1.0.1 Release

01 Feb 01:45
Compare
Choose a tag to compare

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

16 Jan 22:37
Compare
Choose a tag to compare

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.0 Beta 0

23 Dec 05:43
Compare
Choose a tag to compare
1.0.0 Beta 0 Pre-release
Pre-release
1.0.0b0

update setup.py

0.4.0

26 Apr 02:48
dfb33df
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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

0.3.7

05 Feb 23:02
Compare
Choose a tag to compare
0.3.7 Pre-release
Pre-release
Merge branch 'master' of github.com:jhfjhfj1/autokeras

0.3.6

16 Jan 16:34
Compare
Choose a tag to compare
0.3.6 Pre-release
Pre-release

Fixed some bugs.
Code refactored.

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