File tree Expand file tree Collapse file tree 1 file changed +20
-11
lines changed
deep-learning/tensor-flow-examples/notebooks/1_intro Expand file tree Collapse file tree 1 file changed +20
-11
lines changed Original file line number Diff line number Diff line change 15
15
},
16
16
{
17
17
"cell_type" : " code" ,
18
- "execution_count" : 2 ,
18
+ "execution_count" : 1 ,
19
19
"metadata" : {
20
20
"collapsed" : true
21
21
},
26
26
},
27
27
{
28
28
"cell_type" : " code" ,
29
- "execution_count" : 3 ,
29
+ "execution_count" : 2 ,
30
30
"metadata" : {
31
31
"collapsed" : true
32
32
},
41
41
},
42
42
{
43
43
"cell_type" : " code" ,
44
- "execution_count" : 4 ,
44
+ "execution_count" : 3 ,
45
45
"metadata" : {
46
46
"collapsed" : false
47
47
},
68
68
"cell_type" : " code" ,
69
69
"execution_count" : 5 ,
70
70
"metadata" : {
71
- "collapsed" : true
71
+ "collapsed" : false
72
72
},
73
73
"outputs" : [],
74
74
"source" : [
75
75
" # Basic Operations with variable as graph input\n " ,
76
76
" # The value returned by the constructor represents the output\n " ,
77
77
" # of the Variable op. (define as input when running session)\n " ,
78
78
" # tf Graph input\n " ,
79
- " a = tf.placeholder(tf.types. int16)\n " ,
80
- " b = tf.placeholder(tf.types. int16)"
79
+ " a = tf.placeholder(tf.int16)\n " ,
80
+ " b = tf.placeholder(tf.int16)"
81
81
]
82
82
},
83
83
{
194
194
" result = sess.run(product)\n " ,
195
195
" print result"
196
196
]
197
+ },
198
+ {
199
+ "cell_type" : " code" ,
200
+ "execution_count" : null ,
201
+ "metadata" : {
202
+ "collapsed" : true
203
+ },
204
+ "outputs" : [],
205
+ "source" : []
197
206
}
198
207
],
199
208
"metadata" : {
200
209
"kernelspec" : {
201
- "display_name" : " Python 3 " ,
210
+ "display_name" : " Python 2 " ,
202
211
"language" : " python" ,
203
- "name" : " python3 "
212
+ "name" : " python2 "
204
213
},
205
214
"language_info" : {
206
215
"codemirror_mode" : {
207
216
"name" : " ipython" ,
208
- "version" : 3
217
+ "version" : 2
209
218
},
210
219
"file_extension" : " .py" ,
211
220
"mimetype" : " text/x-python" ,
212
221
"name" : " python" ,
213
222
"nbconvert_exporter" : " python" ,
214
- "pygments_lexer" : " ipython3 " ,
215
- "version" : " 3.4.3 "
223
+ "pygments_lexer" : " ipython2 " ,
224
+ "version" : " 2.7.5+ "
216
225
}
217
226
},
218
227
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments