Skip to content

Commit 5d3d7b1

Browse files
committed
updated solution notebook for part 3
1 parent 66ec4dd commit 5d3d7b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

solutions/03_word_embeddings_solutions.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
},
189189
{
190190
"cell_type": "code",
191-
"execution_count": 12,
191+
"execution_count": 9,
192192
"id": "d72fb395-796d-410a-a3fa-f14c55b36f64",
193193
"metadata": {},
194194
"outputs": [],
@@ -198,7 +198,7 @@
198198
},
199199
{
200200
"cell_type": "code",
201-
"execution_count": 9,
201+
"execution_count": 10,
202202
"id": "8bac1297-5aca-4cdf-bd2b-bd0c71cfd6ae",
203203
"metadata": {},
204204
"outputs": [],
@@ -210,7 +210,7 @@
210210
},
211211
{
212212
"cell_type": "code",
213-
"execution_count": 10,
213+
"execution_count": 11,
214214
"id": "815d6225-015a-4ad9-98e6-f05a4aabbbc7",
215215
"metadata": {},
216216
"outputs": [],
@@ -232,7 +232,7 @@
232232
},
233233
{
234234
"cell_type": "code",
235-
"execution_count": 13,
235+
"execution_count": 12,
236236
"id": "afe27243-1c45-4433-8f33-559c121c98b8",
237237
"metadata": {},
238238
"outputs": [
@@ -252,7 +252,7 @@
252252
" dtype=float32)"
253253
]
254254
},
255-
"execution_count": 13,
255+
"execution_count": 12,
256256
"metadata": {},
257257
"output_type": "execute_result"
258258
}

0 commit comments

Comments
 (0)