keras-team / autokeras

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

Cast string to float #1819

Closed JuliaWasala closed 1 year ago

JuliaWasala commented 1 year ago

Fix "cast string to float" error with weight decay by restricting tensorflow version. Issue appears with new versions of tf.

Which issue(s) does this Pull Request fix?

resolves #1802 #1818

Details of the Pull Request

Upper constraint on tensorflow in setup.py: added ",<=2.10.1"

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.