We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b460be commit 1c24c38Copy full SHA for 1c24c38
keras_tuner/backend/config.py
@@ -16,7 +16,7 @@
16
17
18
if os.environ.get("TF_USE_LEGACY_KERAS", None) in ("true", "True", "1"):
19
- from tensorflow as keras
+ from tensorflow import keras
20
_MULTI_BACKEND = False
21
else:
22
import keras
0 commit comments