Skip to content

Commit 21c215d

Browse files
committed
Eager Execution TensorFlow 1.5
1 parent 348fa51 commit 21c215d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

deep-learning/tensor-flow-exercises/TensoeFlow 1.4 with Eager Execution.ipynb deep-learning/tensor-flow-exercises/TensoeFlow 1.5 Developer Version with Eager Execution.ipynb

+26
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,32 @@
205205
"import tensorflow.contrib.eager as tfe"
206206
]
207207
},
208+
{
209+
"cell_type": "code",
210+
"execution_count": 23,
211+
"metadata": {
212+
"scrolled": true
213+
},
214+
"outputs": [
215+
{
216+
"name": "stdout",
217+
"output_type": "stream",
218+
"text": [
219+
"1.5.0-dev20171122\n"
220+
]
221+
}
222+
],
223+
"source": [
224+
"print(tf.__version__)"
225+
]
226+
},
227+
{
228+
"cell_type": "markdown",
229+
"metadata": {},
230+
"source": [
231+
"### We are playing with fire here. Version 1.5!!! "
232+
]
233+
},
208234
{
209235
"cell_type": "code",
210236
"execution_count": 2,

0 commit comments

Comments
 (0)