Skip to content

Commit 42305c1

Browse files
author
Priyanka Tuteja
committed
remove tf deps
1 parent 239f3bd commit 42305c1

3 files changed

Lines changed: 12 additions & 1292 deletions

File tree

guide/01-getting-started/install-and-set-up.ipynb

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,10 @@
259259
{
260260
"cell_type": "markdown",
261261
"metadata": {
262-
"collapsed": true
262+
"collapsed": true,
263+
"jupyter": {
264+
"outputs_hidden": true
265+
}
263266
},
264267
"source": [
265268
"## Install as a Docker image\n",
@@ -411,13 +414,11 @@
411414
"source": [
412415
"If you already have an environment with the `arcgis` package installed, you can further install its deep learning dependencies to take advantage of the `arcgis.learn` module. Some of the deep learning samples available [here](https://developers.arcgis.com/python/sample-notebooks/) can be referenced to understand the workflow.\n",
413416
"\n",
414-
"**Note:** To use the deep learning capabilities in ArcGIS Pro 2.9 / ArcGIS API for Python 1.9.0 onwards, the minimum required version of the Nvidia GPU driver is 456.38.\n",
415-
"\n",
416417
"### Using the Deep Learning Frameworks Installer\n",
417418
"\n",
418419
"To work with the deep learning tools in ArcGIS Pro 2.6 and later, you need to install supported deep learning frameworks packages.\n",
419420
"\n",
420-
"`Deep Learning Libraries Installer for ArcGIS` is now available at https://github.com/Esri/deep-learning-frameworks. This installer includes a broad collection of components, such as PyTorch, TensorFlow, Fast.ai and scikit-learn, for performing deep learning and machine learning tasks. Note that this will install the deep learning frameworks into your currently active Pro Python environment; if you wish to install in an environment aside from the default arcgispro-py3 environment, switch to that environment before running the MSI using either ArcGIS Pro's Python manager UI or on the command line with proswap. Any subsequent clones of that environment will also include this full collection of packages. \n",
421+
"`Deep Learning Libraries Installer for ArcGIS` is now available at https://github.com/Esri/deep-learning-frameworks. This installer includes a broad collection of components, such as PyTorch, Fast.ai and scikit-learn, for performing deep learning and machine learning tasks. Note that this will install the deep learning frameworks into your currently active Pro Python environment; if you wish to install in an environment aside from the default arcgispro-py3 environment, switch to that environment before running the MSI using either ArcGIS Pro's Python manager UI or on the command line with proswap. Any subsequent clones of that environment will also include this full collection of packages. \n",
421422
"\n",
422423
"For instructions on how to install deep learning frameworks manually or over ArcGIS Image Server, click [here](https://github.com/Esri/deep-learning-frameworks/)."
423424
]
@@ -446,31 +447,29 @@
446447
"Alternatively, \n",
447448
"for a cloned environment of ArcGIS Pro's default environment, `deep-learning-essentials` metapackage can be used to install the required dependencies which can be done using the following command, in the _`Python Command Prompt`_ <i>(included with ArcGIS Pro)</i>:\n",
448449
"\n",
449-
"`conda install deep-learning-essentials`\n"
450+
"`conda install -c esri deep-learning-essentials`\n"
450451
]
451452
},
452453
{
453454
"cell_type": "markdown",
454455
"metadata": {},
455456
"source": [
456-
"#### For Anaconda users (Windows & Linux platforms):"
457+
"#### For Anaconda users (Windows):"
457458
]
458459
},
459460
{
460461
"cell_type": "markdown",
461462
"metadata": {},
462463
"source": [
463-
"`arcgis_learn` metapackage can be used for both windows and linux installations of Anaconda in a new environment.\n",
464+
"`arcgis_learn` metapackage can be used for windows installation of Anaconda in a new environment.\n",
464465
"\n",
465466
"The following command will update Anaconda to the latest version.\n",
466467
"\n",
467468
"```conda update conda```\n",
468469
"\n",
469470
"After that, metapackage can be installed using the command below:\n",
470471
"\n",
471-
"```conda install -c esri arcgis_learn=2.1.0 python=3.9```\n",
472-
"\n",
473-
"Note: Python version 3.7 and 3.8 are also supported with this command."
472+
"```conda install -c esri arcgis_learn=<api_version>```"
474473
]
475474
},
476475
{
@@ -564,9 +563,9 @@
564563
],
565564
"metadata": {
566565
"kernelspec": {
567-
"display_name": "Python 3 (ipykernel)",
566+
"display_name": "Python [conda env:arcgispro-py3-clone] *",
568567
"language": "python",
569-
"name": "python3"
568+
"name": "conda-env-arcgispro-py3-clone-py"
570569
},
571570
"language_info": {
572571
"codemirror_mode": {
@@ -578,7 +577,7 @@
578577
"name": "python",
579578
"nbconvert_exporter": "python",
580579
"pygments_lexer": "ipython3",
581-
"version": "3.9.16"
580+
"version": "3.13.7"
582581
},
583582
"toc": {
584583
"base_numbering": 1,

guide/14-deep-learning/training-mobile-ready-models-using-tensorflow-lite.ipynb

Lines changed: 0 additions & 539 deletions
This file was deleted.

samples/04_gis_analysts_data_scientists/train_a_tensorflow-lite_model_for_identifying_plant_species.ipynb

Lines changed: 0 additions & 740 deletions
This file was deleted.

0 commit comments

Comments
 (0)