From 8c21f2ddb2a93ca5849ef6edf6e423967a319597 Mon Sep 17 00:00:00 2001 From: Vijayabhaskar Date: Sun, 19 Apr 2020 15:14:30 +0530 Subject: [PATCH] remove duplicate cell removes duplicate cell --- 11_midlevel_data.ipynb | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/11_midlevel_data.ipynb b/11_midlevel_data.ipynb index b2d73a3..4302786 100644 --- a/11_midlevel_data.ipynb +++ b/11_midlevel_data.ipynb @@ -147,29 +147,6 @@ "toks[0]" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "tensor([ 2, 8, 20, 27, 11, 88, 18, 53, 3286, 45])" - ] - }, - "execution_count": null, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "num = Numericalize()\n", - "num.setup(toks)\n", - "nums = toks.map(num)\n", - "nums[0][:10]" - ] - }, { "cell_type": "markdown", "metadata": {},