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 todropout
.