Skip to content

Commit

Permalink
Merge pull request #1149 from jeromemassot:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 280040333
  • Loading branch information
lamberta committed Nov 12, 2019
2 parents a42a80d + f4528f9 commit 601fcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/tutorials/estimator/premade.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
"# Build a DNN with 2 hidden layers with 30 and 10 hidden nodes each.\n",
"classifier = tf.estimator.DNNClassifier(\n",
" feature_columns=my_feature_columns,\n",
" # Two hidden layers of 10 nodes each.\n",
" # Two hidden layers of 30 and 10 nodes respectively.\n",
" hidden_units=[30, 10],\n",
" # The model must choose between 3 classes.\n",
" n_classes=3)"
Expand Down

0 comments on commit 601fcd3

Please sign in to comment.