Skip to content

Commit 6b4e46d

Browse files
committed
Import boto3
1 parent 3c43570 commit 6b4e46d

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

introduction_to_amazon_algorithms/blazingtext_hosting_pretrained_fasttext/blazingtext_hosting_pretrained_fasttext.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"source": [
2525
"import sagemaker\n",
2626
"from sagemaker import get_execution_role\n",
27+
"import boto3\n",
28+
"\n",
2729
"sess = sagemaker.Session()\n",
2830
"\n",
2931
"role = get_execution_role()\n",

introduction_to_amazon_algorithms/blazingtext_text_classification_dbpedia/blazingtext_text_classification_dbpedia.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"source": [
3232
"import sagemaker\n",
3333
"from sagemaker import get_execution_role\n",
34+
"import boto3\n",
35+
"\n",
3436
"sess = sagemaker.Session()\n",
3537
"\n",
3638
"role = get_execution_role()\n",

introduction_to_amazon_algorithms/blazingtext_word2vec_subwords_text8/blazingtext_word2vec_subwords_text8.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"source": [
4848
"import sagemaker\n",
4949
"from sagemaker import get_execution_role\n",
50+
"import boto3\n",
5051
"sess = sagemaker.Session()\n",
5152
"\n",
5253
"role = get_execution_role()\n",

0 commit comments

Comments
 (0)