|
610 | 610 | " * [`Survey`](/python/latest/api-reference/arcgis.apps.survey123.html#survey)\n", |
611 | 611 | " * [`publish()`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey.publish)\n", |
612 | 612 | " * Fixes 400 Error regarding invalid definitions for *EditorTrackingInfo* when publishing a new survey\n", |
613 | | - " * Fixes error when publishing across multiple organizations \n", |
| 613 | + " * Fixes error when publishing across multiple organizations\n", |
| 614 | + " * [`generate_report()`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey.generate_report)\n", |
| 615 | + " * **BUG-000179345** - Fixes issue where running method once works, but running after that returns *None*\n", |
614 | 616 | "\n", |
615 | 617 | "#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n", |
616 | 618 | "* Fixes documentiaon error on `load()` method of various models that incorrectly stated paths to *DLPK* files could be used\n", |
|
662 | 664 | " * [`SuperResolution`](/python/api-reference/arcgis.learn.toc.html#superresolution)\n", |
663 | 665 | " * [`lr_find()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.SuperResolution.lr_find)\n", |
664 | 666 | " * Fixes `OutOfMemoryError` when run on a model initialized from data with a *batch_size* not set\n", |
| 667 | + " * [`ImageCaptioner`](/python/latest/api-reference/arcgis.learn.toc.html#imagecaptioner)\n", |
| 668 | + " * [`bleu_score()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.ImageCaptioner.bleu_score)\n", |
| 669 | + " * Fixes `AttributeError: 'float' object has not attribute 'item'` when running method \n", |
665 | 670 | "* [3d Models](/python/api-reference/arcgis.learn.toc/?highlight=pointcloud#d-models)\n", |
666 | 671 | " * [`MMDetection3D`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MMDetection3D)\n", |
667 | 672 | " * Fixes issue where generic error is raised when more detailed message about Voxel size being too large should be returned \n", |
|
699 | 704 | " * Fixes error log being produced in output despite the method executing correctly \n", |
700 | 705 | "* [Inferencing Methods](/python/api-reference/arcgis.learn.toc.html#inferencing-methods)\n", |
701 | 706 | " * [`classify_objects`](/python/api-reference/arcgis.learn.toc.html#classify-objects)\n", |
702 | | - " * Fixes issue where no grad-cam visualization is created if *input_features* is not provided \n", |
| 707 | + " * Fixes issue where no grad-cam visualization is created if *input_features* is not provided\n", |
| 708 | + " * Fixes execution failure when running functions with *test time augmentation* and *explainability map (GRAD-CAM)* \n", |
703 | 709 | " * [`Embeddings`](/python/api-reference/arcgis.learn.toc.html#embeddings)\n", |
704 | 710 | " * [`visualize()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.Embeddings.visualize)\n", |
705 | 711 | " * Fixes `ValueError` when using image and more than 2 clusters \n", |
|
0 commit comments