Skip to content

Commit df2a462

Browse files
committed
fix typo in heading
1 parent 704facb commit df2a462

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guide/02-api-overview/release_notes_201.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "88c01486",
5+
"id": "c34e7960",
66
"metadata": {},
77
"source": [
88
"# What's new in version 2.0.1\n",
@@ -222,7 +222,7 @@
222222
" \n",
223223
"#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc/)\n",
224224
"* Adds [`timm`](https://timm.fast.ai/) support to many models\n",
225-
" * Includes `EfficentNet` encoding for [`UnetClassifier`](/python/api-reference/arcgis.learn.toc/#unetclassifier)\n",
225+
" * Includes `EfficientNet` encoding for [`UnetClassifier`](/python/api-reference/arcgis.learn.toc/#unetclassifier)\n",
226226
"* Updates to `backbone` parameter documentation for most models\n",
227227
"* Improves performance by enabling batched processing of resized chips\n",
228228
"* Improves results for models trained with single-band imagery\n",
@@ -246,7 +246,7 @@
246246
"* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc/#automated-machine-learning)\n",
247247
" * [`AutoDL`](/python/api-reference/arcgis.learn.toc/#autodl)\n",
248248
" * Enhances initializing when `perform=\"mode\"`\n",
249-
"* [3d Models](/python/api-reference/arcgis.learn.toc/?highlight=pointcloud#d-models)\n",
249+
"* [3d Models](/python/api-reference/arcgis.learn.toc/#d-models)\n",
250250
" * Adds training support for geographic coordinate systems\n",
251251
" * [`PointCNN`](/python/api-reference/arcgis.learn.toc/#pointcnn)\n",
252252
" * Updates [`show_results()`](/python/api-reference/arcgis.learn.toc/#arcgis.learn.PointCNN.show_results) to reflect supported coordinate systems\n",
@@ -299,7 +299,7 @@
299299
},
300300
{
301301
"cell_type": "markdown",
302-
"id": "80de84c1",
302+
"id": "77145505",
303303
"metadata": {},
304304
"source": [
305305
"## Fixes\n",

0 commit comments

Comments
 (0)