Skip to content

Commit 6623810

Browse files
committed
修复了显示的问题
1 parent b269863 commit 6623810

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

09. theano/09.03 gpu on windows.ipynb

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"name": "stdout",
241241
"output_type": "stream",
242242
"text": [
243-
"Looping 1000 times took 16.907000 seconds\n",
243+
"Looping 1000 times took 16.519000 seconds\n",
244244
"Result is [ 1.23178029 1.61879337 1.52278066 ..., 2.20771813 2.29967761\n",
245245
" 1.62323284]\n",
246246
"Used the cpu\n"
@@ -262,7 +262,7 @@
262262
"name": "stdout",
263263
"output_type": "stream",
264264
"text": [
265-
"Looping 1000 times took 1.641000 seconds\n",
265+
"Looping 1000 times took 1.627000 seconds\n",
266266
"Result is [ 1.23178029 1.61879349 1.52278066 ..., 2.20771813 2.29967761\n",
267267
" 1.62323296]\n",
268268
"Used the gpu\n"
@@ -344,8 +344,8 @@
344344
"name": "stdout",
345345
"output_type": "stream",
346346
"text": [
347-
"Looping 1000 times took 0.825000 seconds\n",
348-
"Result is <CudaNdarray object at 0x00000000197154F0>\n",
347+
"Looping 1000 times took 0.860000 seconds\n",
348+
"Result is <CudaNdarray object at 0x00000000197CE270>\n",
349349
"Numpy result is [ 1.23178029 1.61879349 1.52278066 ..., 2.20771813 2.29967761\n",
350350
" 1.62323296]\n",
351351
"Used the gpu\n"
@@ -355,12 +355,7 @@
355355
"name": "stderr",
356356
"output_type": "stream",
357357
"text": [
358-
"Using gpu device 0: GeForce GTX 850M\n",
359-
"DEBUG: nvcc STDOUT mod.cu\n",
360-
"\n",
361-
" 正在创建库 C:/Users/Jin/AppData/Local/Theano/compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_61_Stepping_4_GenuineIntel-2.7.9-64/tmprpcgci/ab79a9392904a64f0bad0f418551d9e5.lib 和对象 C:/Users/Jin/AppData/Local/Theano/compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_61_Stepping_4_GenuineIntel-2.7.9-64/tmprpcgci/ab79a9392904a64f0bad0f418551d9e5.exp\n",
362-
"\n",
363-
"\n"
358+
"Using gpu device 0: GeForce GTX 850M\n"
364359
]
365360
}
366361
],

0 commit comments

Comments
 (0)