Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chapter13_best-practices-for-the-real-world.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
},
"outputs": [],
"source": [
"import kerastuner as kt\n",
"import keras_tuner as kt\n",
"\n",
"class SimpleMLP(kt.HyperModel):\n",
" def __init__(self, num_classes):\n",
Expand Down Expand Up @@ -462,4 +462,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}