keras-team / autokeras

AutoML library for deep learning
http://autokeras.com/
Apache License 2.0
9.13k stars 1.4k forks source link

Is there a table of Keras and AutoKeras, or which TF2 version should be installed for the latest AutoKeras? #1853

Open Prince5867 opened 1 year ago

Prince5867 commented 1 year ago

I'm using Tensorflow 2.11 now, will it automatically uninstall keras when I install autokeras? Is there a table of Keras and AutoKeras, or which TF2 version should be installed for the latest AutoKeras?

AlexanderZender commented 1 year ago

The highest compatible version seem to be 2.10.1, there is also some kind of change in tensorflow 2.11.0 which breaks some conversion in older autokeras versions. But with AutoKeras 1.1.0 Tensorflow 2.10.1 works perfectly for me.