Skip to content

Releases: keras-team/autokeras

0.2.15

25 Sep 06:13
0047c65
Compare
Choose a tag to compare
0.2.15 Pre-release
Pre-release

Fixed some bugs.

0.2.14

10 Sep 20:24
65814c9
Compare
Choose a tag to compare
0.2.14 Pre-release
Pre-release

Adaptive memory to avoid out of memory error.

0.2.13

05 Sep 14:50
1042812
Compare
Choose a tag to compare
0.2.13 Pre-release
Pre-release

Fixed the bug in evaluation always output 100.0.

0.2.12

03 Sep 19:15
02b6730
Compare
Choose a tag to compare
0.2.12 Pre-release
Pre-release

Fixed the bug in the evaluation.
limited the memory usage with Constant.MAX_MODEL_SIZE.

0.2.11

28 Aug 15:36
Compare
Choose a tag to compare
0.2.11 Pre-release
Pre-release

Changed dependency to tensorflow 1.10.0.

0.2.10

27 Aug 04:44
898560b
Compare
Choose a tag to compare
0.2.10 Pre-release
Pre-release

Fixed the bug in setup.py

0.2.9

27 Aug 02:35
4371452
Compare
Choose a tag to compare
0.2.9 Pre-release
Pre-release

Update setup.py (#147 )

0.2.8

26 Aug 19:28
112dddb
Compare
Choose a tag to compare
0.2.8 Pre-release
Pre-release

Reformat the standard output.
Further limited the search space.

0.2.7

24 Aug 03:27
Compare
Choose a tag to compare
0.2.7 Pre-release
Pre-release

Fixed a bug of deeper dense layer.

0.2.6

23 Aug 21:36
f1b5366
Compare
Choose a tag to compare
0.2.6 Pre-release
Pre-release

Use torch.multiprocessing to avoid the error caused by multiprocessing in Windows.

Limit the model size to avoid memory overflow.