Skip to content

Commit 19d93f1

Browse files
committed
fix json
1 parent d4bce70 commit 19d93f1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

notebooks/4 - Multi GPU/multigpu_basics.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"# This tutorial requires your machine to have 2 GPUs\n",
1717
"# \"/cpu:0\": The CPU of your machine.\n",
1818
"# \"/gpu:0\": The first GPU of your machine\n",
19-
"# \"/gpu:1\": The second GPU of your machine"
19+
"# \"/gpu:1\": The second GPU of your machine\n",
20+
"# For this example, we are using 2 GTX-980"
2021
]
2122
},
2223
{
@@ -151,7 +152,8 @@
151152
"print \"Single GPU computation time: \" + str(t2_1-t1_1)\n",
152153
"print \"Multi GPU computation time: \" + str(t2_2-t1_2)"
153154
]
154-
},
155+
}
156+
],
155157
"metadata": {
156158
"kernelspec": {
157159
"display_name": "Python 2",

0 commit comments

Comments
 (0)