|
78 | 78 | "cell_type": "markdown",
|
79 | 79 | "metadata": {},
|
80 | 80 | "source": [
|
| 81 | + "* Adds support for multiple GPU machines to `learn` module\n", |
81 | 82 | "* 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",
|
82 | 83 | " * includes multispectral data support\n",
|
83 | 84 | "* Enhancements to Multispectral data support: \n",
|
|
97 | 98 | " * [`MaskRCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#maskrcnn)\n",
|
98 | 99 | "* Adds support for `resnet18` and `resnet34` backbones to [`MaskRCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#maskrcnn)\n",
|
99 | 100 | "* 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" |
101 | 103 | ]
|
102 | 104 | },
|
103 | 105 | {
|
|
178 | 180 | "* 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",
|
179 | 181 | "* 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",
|
180 | 182 | "* 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", |
182 | 184 | "* 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", |
184 | 187 | "* 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" |
186 | 190 | ]
|
187 | 191 | },
|
188 | 192 | {
|
|
0 commit comments