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
cac3a298
Unverified
Commit
cac3a298
authored
Jun 13, 2018
by
Mark Daoust
Committed by
GitHub
Jun 13, 2018
Browse files
Merge pull request #4496 from lamberta/fix-eager-nb
Attempt to hide copyright notice. Remove some italics.
parents
938380bd
92b560d4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
samples/core/get_started/eager.ipynb
samples/core/get_started/eager.ipynb
+6
-5
No files found.
samples/core/get_started/eager.ipynb
View file @
cac3a298
...
@@ -39,7 +39,8 @@
...
@@ -39,7 +39,8 @@
"startup": false,
"startup": false,
"wait_interval": 0
"wait_interval": 0
}
}
}
},
"cellView": "form"
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -84,9 +85,9 @@
...
@@ -84,9 +85,9 @@
"cell_type": "markdown",
"cell_type": "markdown",
"source": [
"source": [
"This guide uses machine learning to *categorize* Iris flowers by species. It uses [TensorFlow](https://www.tensorflow.org)'s eager execution to:\n",
"This guide uses machine learning to *categorize* Iris flowers by species. It uses [TensorFlow](https://www.tensorflow.org)'s eager execution to:\n",
"1. Build a
*
model
*
,\n",
"1. Build a model,\n",
"2.
*
Train
*
this model on example data, and\n",
"2. Train this model on example data, and\n",
"3. Use the model to make
*
predictions
*
about unknown data.\n",
"3. Use the model to make predictions about unknown data.\n",
"\n",
"\n",
"Machine learning experience isn't required, but you'll need to read some Python code.\n",
"Machine learning experience isn't required, but you'll need to read some Python code.\n",
"\n",
"\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