Remove 'from tensorflow import keras'

This commit is contained in:
Aurélien Geron
2021-10-17 15:06:01 +13:00
parent 9145dfbab1
commit dbaffa5e14
2 changed files with 0 additions and 5 deletions

View File

@@ -209,7 +209,6 @@
"metadata": {},
"outputs": [],
"source": [
"from tensorflow import keras\n",
"K = tf.keras.backend\n",
"K.square(K.transpose(t)) + 10"
]