Skip to content

Commit 1662875

Browse files
Merge pull request #2 from mzdu/patch-1
Update Elmo_tutorial.ipynb
2 parents 5272e89 + 4f667c9 commit 1662875

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎Elmo_tutorial.ipynb‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"import tensorflow as tf\n",
1818
"import tensorflow_hub as hub\n",
1919
"import matplotlib.pyplot as plt\n",
20-
"import numpy as np\n"
20+
]
21+
"import numpy as np\n",
22+
2123
"from sklearn.manifold import TSNE\n",
2224
"from tensorflow.examples.tutorials.mnist import input_data\n",
2325
"from tensorflow.contrib.tensorboard.plugins import projector"

0 commit comments

Comments
 (0)