From a2e7030c2347cce7a4889e7f6a1e5ba951cf1ebe Mon Sep 17 00:00:00 2001 From: vegalious <668es218pur@gmail.com> Date: Wed, 12 Feb 2020 18:06:53 -0800 Subject: [PATCH] simple oopsie the first example of embeddeds layer has no newlines because it thinks its rawtext --- ... Embeddings - Neural Networks that Understand Language.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter11 - Intro to Word Embeddings - Neural Networks that Understand Language.ipynb b/Chapter11 - Intro to Word Embeddings - Neural Networks that Understand Language.ipynb index b67c086..260eadd 100644 --- a/Chapter11 - Intro to Word Embeddings - Neural Networks that Understand Language.ipynb +++ b/Chapter11 - Intro to Word Embeddings - Neural Networks that Understand Language.ipynb @@ -119,7 +119,7 @@ ] }, { - "cell_type": "raw", + "cell_type": "code", "metadata": {}, "source": [ "import numpy as np\n",