We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4bce70 commit 19d93f1Copy full SHA for 19d93f1
notebooks/4 - Multi GPU/multigpu_basics.ipynb
@@ -16,7 +16,8 @@
16
"# This tutorial requires your machine to have 2 GPUs\n",
17
"# \"/cpu:0\": The CPU of your machine.\n",
18
"# \"/gpu:0\": The first GPU of your machine\n",
19
- "# \"/gpu:1\": The second GPU of your machine"
+ "# \"/gpu:1\": The second GPU of your machine\n",
20
+ "# For this example, we are using 2 GTX-980"
21
]
22
},
23
{
@@ -151,7 +152,8 @@
151
152
"print \"Single GPU computation time: \" + str(t2_1-t1_1)\n",
153
"print \"Multi GPU computation time: \" + str(t2_2-t1_2)"
154
- },
155
+ }
156
+ ],
157
"metadata": {
158
"kernelspec": {
159
"display_name": "Python 2",
0 commit comments