Skip to content

v1.0.10 Release

Choose a tag to compare

@haifeng-jin haifeng-jin released this 19 Oct 03:14
· 253 commits to master since this release
  • Reduces batch_size by 2 when running out of memory.
  • Add pretrained EfficientNet to the search space.
  • Support load data from disk. For more details, read our tutorials on the official website.
  • Put data type casting and reshaping into the exported Keras Model.
  • Fixed the bug of breaking when validation_data is a tf.data.Dataset instance.