Skip to content

Commit 77d990a

Browse files
committed
Added install command for keras-tuner
1 parent 2e09256 commit 77d990a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

code/chapter-5/4-keras-tuner.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"metadata": {},
3232
"outputs": [],
3333
"source": [
34+
"!pip install keras-tuner\n",
35+
"\n",
3436
"from tensorflow import keras\n",
3537
"from tensorflow.keras import layers\n",
3638
"import numpy as np"
@@ -140,7 +142,7 @@
140142
"name": "python",
141143
"nbconvert_exporter": "python",
142144
"pygments_lexer": "ipython3",
143-
"version": "3.6.8"
145+
"version": "3.6.9"
144146
},
145147
"toc": {
146148
"base_numbering": 1,

0 commit comments

Comments
 (0)