|
@@ -16,7 +16,8 @@
|
|
|
"# This tutorial requires your machine to have 2 GPUs\n",
|
|
|
"# \"/cpu:0\": The CPU of your machine.\n",
|
|
|
"# \"/gpu:0\": The first GPU of your machine\n",
|
|
|
- "# \"/gpu:1\": The second GPU of your machine"
|
|
|
+ "# \"/gpu:1\": The second GPU of your machine\n",
|
|
|
+ "# For this example, we are using 2 GTX-980"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -151,7 +152,8 @@
|
|
|
"print \"Single GPU computation time: \" + str(t2_1-t1_1)\n",
|
|
|
"print \"Multi GPU computation time: \" + str(t2_2-t1_2)"
|
|
|
]
|
|
|
- },
|
|
|
+ }
|
|
|
+ ],
|
|
|
"metadata": {
|
|
|
"kernelspec": {
|
|
|
"display_name": "Python 2",
|