Skip to content

Commit

Permalink
Merge pull request fastai#128 from Vijayabhaskar96/patch-3
Browse files Browse the repository at this point in the history
remove duplicate cell
  • Loading branch information
sgugger authored Apr 19, 2020
2 parents 7b4f794 + 8c21f2d commit f455141
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions 11_midlevel_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down

0 comments on commit f455141

Please sign in to comment.