Skip to content

Commit ca80d30

Browse files
committed
updated relaese notes for changes between jan10 and jan27
1 parent 303aae4 commit ca80d30

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"cell_type": "markdown",
7979
"metadata": {},
8080
"source": [
81+
"* Adds support for multiple GPU machines to `learn` module\n",
8182
"* Adds the [`DeepLabV3`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#deeplab) model based on [`torchvision`](https://pytorch.org/docs/stable/torchvision/index.html)\n",
8283
" * includes multispectral data support\n",
8384
"* Enhancements to Multispectral data support: \n",
@@ -97,7 +98,8 @@
9798
" * [`MaskRCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#maskrcnn)\n",
9899
"* Adds support for `resnet18` and `resnet34` backbones to [`MaskRCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#maskrcnn)\n",
99100
"* Adds support for `batchnorm` unfreezing in * [`PSPNetClassifier`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pspnetclassifier)\n",
100-
"* Adds support for panchromatic data"
101+
"* Adds support for panchromatic data\n",
102+
"* Adds validation to `class_mapping` parameter for [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#prepare-data) function"
101103
]
102104
},
103105
{
@@ -178,11 +180,13 @@
178180
"* Improves [`predict()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.FeatureClassifier.predict) and [`from_model()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.FeatureClassifier.from_model) documentation on the [`FeatureClassifier`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#featureclassifier)\n",
179181
"* Fixes [`show_batch()`] errors on data objects when [`class_mapping` ](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.prepare_data) parameter values from `prepare_data()`are non-contiguous\n",
180182
"* Fixes errors with `show_results()` and `fit()` methods of [`EntityRecognizer`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#entityrecognizer)\n",
181-
"* Fixes error when [`prepare_data()`] `dataset_type` argument values is `BILUO`\n",
183+
"* Fixes error when `prepare_data()` `dataset_type` argument value is `BILUO`\n",
182184
"* Fixes [`extract_entities()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html?highlight=predict_video#arcgis.learn.EntityRecognizer.extract_entities) error when reading `UTF-16` encoded files\n",
183-
"* Fixes to `load()` function for input paths \n",
185+
"* Fixes to `load()` function for input paths\n",
186+
"* Fixes error reading file names in [`EntityRecognizer.load()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.EntityRecognizer.load)\n",
184187
"* Fixes error causing `accuracy()` to always return 1 with certain `class_mapping` values when using [`UnetClassifier`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#unetclassifier)\n",
185-
"* Fixes error where color map values were truncated using [`MaskRCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#maskrcnn)"
188+
"* Fixes error where color map values were truncated using [`MaskRCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#maskrcnn)\n",
189+
"* Fixes error in [`SingleShotDetector.save()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.SingleShotDetector.save) method by adding optional `overwrite` parameter"
186190
]
187191
},
188192
{

0 commit comments

Comments
 (0)