Skip to content

Commit 4d8af9e

Browse files
committed
Corrected typo
1 parent 36a4db2 commit 4d8af9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guide/14-deep-learning/pixel_based_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
"source": [
751751
"### Locate model package\n",
752752
"If you have finished Part 2 of this notebook, you should have a model folder saved already. The model package is the \"stage-1-10.zip\" zip file in the folder.\n",
753-
"The the model package file includes a few files:\n",
753+
"The model package file includes a few files:\n",
754754
"1. A model definition file with the extension .emd which includes information like model framework (e.g. tensorflow, pytorch). ArcGIS needs it to interpret your model.\n",
755755
"2. A model file in binary format that we have trained in Part 2.\n",
756756
"3. If your framework is not supported yet, a custom python raster function has to be added as well."

samples/04_gis_analysts_data_scientists/land_cover_classification_using_unet.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@
752752
"source": [
753753
"### Locate model package\n",
754754
"If you have finished Part 2 of this notebook, you should have a model folder saved already. The model package is the \"stage-1-10.zip\" zip file in the folder.\n",
755-
"The the model package file includes a few files:\n",
755+
"The model package file includes a few files:\n",
756756
"1. A model definition file with the extension .emd which includes information like model framework (e.g. tensorflow, pytorch). ArcGIS needs it to interpret your model.\n",
757757
"2. A model file in binary format that we have trained in Part 2.\n",
758758
"3. If your framework is not supported yet, a custom python raster function has to be added as well."

0 commit comments

Comments
 (0)