We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c961b commit d0f7369Copy full SHA for d0f7369
14 files changed
09. theano/09.03 gpu on windows.ipynb
@@ -4,7 +4,7 @@
4
"cell_type": "markdown",
5
"metadata": {},
6
"source": [
7
- "# Windows 上配置 theano 的 GPU 模式"
+ "# Theano 在 Windows 上的配置 "
8
]
9
},
10
{
@@ -242,7 +242,7 @@
242
"name": "stdout",
243
"output_type": "stream",
244
"text": [
245
- "Looping 1000 times took 3.906664 seconds\r\n",
+ "Looping 1000 times took 3.730786 seconds\r\n",
246
"Result is [ 1.23178029 1.61879337 1.52278066 ..., 2.20771813 2.29967761\r\n",
247
" 1.62323284]\r\n",
248
"Used the cpu\r\n"
@@ -268,7 +268,7 @@
268
269
270
"Using gpu device 0: Tesla K10.G2.8GB (CNMeM is disabled)\n",
271
- "Looping 1000 times took 1.509878 seconds\n",
+ "Looping 1000 times took 1.214745 seconds\n",
272
"Result is [ 1.23178029 1.61879349 1.52278066 ..., 2.20771813 2.29967761\n",
273
" 1.62323296]\n",
274
"Used the gpu\n"
@@ -347,8 +347,8 @@
347
348
349
350
- "Looping 1000 times took 0.918295 seconds\n",
351
- "Result is <CudaNdarray object at 0x7fe349f29470>\n",
+ "Looping 1000 times took 0.586156 seconds\n",
+ "Result is <CudaNdarray object at 0x7f86ef3ad8b0>\n",
352
"Numpy result is [ 1.23178029 1.61879349 1.52278066 ..., 2.20771813 2.29967761\n",
353
354
0 commit comments