Skip to content

Commit b54b7a8

Browse files
committed
add release notes through 2.23.24
1 parent 1a5288e commit b54b7a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

guide/02-api-overview/release_notes_240.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,10 @@
396396
"* Fixes error in format of default value for *TTA scales* used in inferencing\n",
397397
"* Fixes error with *show_batch()* when training data had fewer elements than the *batch_size* argument\n",
398398
"* Fixes `ValueError` failures on most models with *predict_video()*\n",
399-
"\n",
400399
"* [Data Preparation Methods](/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
401400
" * [`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",
403403
" * [`prepare_textdata()`](/python/api-reference/arcgis.learn.toc.html#prepare-textdata)\n",
404404
" * Fixes issue where similar entities are extracted multiple times using Mistral\n",
405405
"* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
@@ -422,6 +422,7 @@
422422
" * Fixes issue when initializing model from data bunch without specifying backbone \n",
423423
" * [`from_model()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.SingleShotDetector.from_model)\n",
424424
" * Fixes compatible backbone exception using *torchgeo*\n",
425+
" * Fixes performance issue for objects of varying sizes related to ordering of grids\n",
425426
" * [`MMDetection`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MMDetection)\n",
426427
" * [`fit()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MMDetection.fit)\n",
427428
" * Fixes info messages printing during training of `vfnet` models\n",

0 commit comments

Comments
 (0)