Skip to content

Commit 6d1148b

Browse files
authored
add missing modules to sentiment-analysis-tf-distributed-training-bringyourownscript.ipynb (aws#2563)
1 parent 038d018 commit 6d1148b

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

sagemaker-debugger/tensorflow_nlp_sentiment_analysis/sentiment-analysis-tf-distributed-training-bringyourownscript.ipynb

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"outputs": [],
7+
"metadata": {
8+
"collapsed": true,
9+
"jupyter": {
10+
"outputs_hidden": true
11+
}
12+
},
13+
"source": [
14+
"# Install dependencies\n",
15+
"!pip install -q smdebug\n",
16+
"!pip install -q seaborn\n",
17+
"!pip install -q plotly\n",
18+
"!pip install -q opencv-python\n",
19+
"!pip install -q shap\n",
20+
"!pip install -q bokeh\n",
21+
"!pip install -q imageio\n"
22+
]
23+
},
324
{
425
"cell_type": "markdown",
526
"metadata": {},
@@ -1541,4 +1562,4 @@
15411562
},
15421563
"nbformat": 4,
15431564
"nbformat_minor": 4
1544-
}
1565+
}

0 commit comments

Comments
 (0)