Skip to content

v1.0.12 Release

Compare
Choose a tag to compare
@haifeng-jin haifeng-jin released this 30 Nov 02:29
· 169 commits to master since this release
dbe0783
  • Compatible with TensorFlow 2.4.
  • Support specify search space for num_units, num_layers, and dropout of DenseBlock. Code Example
  • Support specify search space for filters, num_blocks, and num_layers of ConvBlock.
  • Add Keras Tuner to dependency to be installed automatically.
  • Bug fix for multi-model data AutoModel.predict(...).