|
396 | 396 | "* Fixes error in format of default value for *TTA scales* used in inferencing\n",
|
397 | 397 | "* Fixes error with *show_batch()* when training data had fewer elements than the *batch_size* argument\n",
|
398 | 398 | "* Fixes `ValueError` failures on most models with *predict_video()*\n",
|
399 |
| - "\n", |
400 | 399 | "* [Data Preparation Methods](/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
|
401 | 400 | " * [`prepare_data()`](/python/api-reference/arcgis.learn.toc.html#prepare-data)\n",
|
402 |
| - " * Fixes error initializing `PSETAE` model from output when class doesn't contain any files \n", |
| 401 | + " * Fixes error initializing `PSETAE` model from output when class doesn't contain any files\n", |
| 402 | + " * Fixes incorrect recursion error raised if *working_dir* argument does not exist \n", |
403 | 403 | " * [`prepare_textdata()`](/python/api-reference/arcgis.learn.toc.html#prepare-textdata)\n",
|
404 | 404 | " * Fixes issue where similar entities are extracted multiple times using Mistral\n",
|
405 | 405 | "* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
|
|
422 | 422 | " * Fixes issue when initializing model from data bunch without specifying backbone \n",
|
423 | 423 | " * [`from_model()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.SingleShotDetector.from_model)\n",
|
424 | 424 | " * Fixes compatible backbone exception using *torchgeo*\n",
|
| 425 | + " * Fixes performance issue for objects of varying sizes related to ordering of grids\n", |
425 | 426 | " * [`MMDetection`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MMDetection)\n",
|
426 | 427 | " * [`fit()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MMDetection.fit)\n",
|
427 | 428 | " * Fixes info messages printing during training of `vfnet` models\n",
|
|
0 commit comments