aymericdamien 9 年之前
父节点
当前提交
19d93f12a6
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      notebooks/4 - Multi GPU/multigpu_basics.ipynb

+ 4 - 2
notebooks/4 - Multi GPU/multigpu_basics.ipynb

@@ -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",