Skip to content

Commit 9cf563f

Browse files
committed
Re-run cell (import) with TF backend
1 parent 9921cff commit 9cf563f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

1.3 Introduction - Keras.ipynb

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 3,
5+
"execution_count": 1,
66
"metadata": {
77
"collapsed": true
88
},
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"cell_type": "code",
16-
"execution_count": 1,
16+
"execution_count": 2,
1717
"metadata": {
1818
"collapsed": false
1919
},
@@ -22,7 +22,8 @@
2222
"name": "stderr",
2323
"output_type": "stream",
2424
"text": [
25-
"Using Theano backend.\n"
25+
"Using gpu device 0: GeForce GTX 760 (CNMeM is enabled with initial size: 90.0% of memory, cuDNN 4007)\n",
26+
"Using TensorFlow backend.\n"
2627
]
2728
}
2829
],

0 commit comments

Comments
 (0)