Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
cde1693e
Unverified
Commit
cde1693e
authored
Jul 31, 2018
by
Wolff Dobson
Committed by
GitHub
Jul 31, 2018
Browse files
Merge pull request #4945 from tensorflow/MarkDaoust-patch-2
Update overfit_and_underfit.ipynb
parents
d0fadb20
4d4eb6c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
samples/core/tutorials/keras/overfit_and_underfit.ipynb
samples/core/tutorials/keras/overfit_and_underfit.ipynb
+1
-1
No files found.
samples/core/tutorials/keras/overfit_and_underfit.ipynb
View file @
cde1693e
...
@@ -294,7 +294,7 @@
...
@@ -294,7 +294,7 @@
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
"baseline_model = keras.Sequential([\n",
"baseline_model = keras.Sequential([\n",
" # `input_shape` is only required here so that `.summary` works. \n"
" # `input_shape` is only required here so that `.summary` works. \n"
,
" keras.layers.Dense(16, activation=tf.nn.relu, input_shape=(NUM_WORDS,)),\n",
" keras.layers.Dense(16, activation=tf.nn.relu, input_shape=(NUM_WORDS,)),\n",
" keras.layers.Dense(16, activation=tf.nn.relu),\n",
" keras.layers.Dense(16, activation=tf.nn.relu),\n",
" keras.layers.Dense(1, activation=tf.nn.sigmoid)\n",
" keras.layers.Dense(1, activation=tf.nn.sigmoid)\n",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment