Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1315 from jyegerlehner/udacity-5-gpu-fix.
  • Loading branch information
vincentvanhoucke committed Feb 28, 2016
2 parents 77c2042 + 6becc9e commit 1d4f00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/examples/udacity/5_word2vec.ipynb
Expand Up @@ -421,7 +421,7 @@
"\n",
"graph = tf.Graph()\n",
"\n",
"with graph.as_default():\n",
"with graph.as_default(), tf.device('/cpu:0'):\n",
"\n",
" # Input data.\n",
" train_dataset = tf.placeholder(tf.int32, shape=[batch_size])\n",
Expand Down

0 comments on commit 1d4f00d

Please sign in to comment.