Skip to content

Commit effae7d

Browse files
committed
removed cell output
1 parent f090cb2 commit effae7d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

Beam_Search.ipynb

+2-11
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,9 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"metadata": {},
7-
"outputs": [
8-
{
9-
"name": "stderr",
10-
"output_type": "stream",
11-
"text": [
12-
"/home/kira/anaconda3/envs/pytorch-transformer/lib/python3.11/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
13-
" from .autonotebook import tqdm as notebook_tqdm\n"
14-
]
15-
}
16-
],
7+
"outputs": [],
178
"source": [
189
"from pathlib import Path\n",
1910
"import torch\n",

0 commit comments

Comments
 (0)