Skip to content

Commit

Permalink
add release notes through 2.23.24
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaistMap committed Sep 23, 2024
1 parent 1a5288e commit b54b7a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions guide/02-api-overview/release_notes_240.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,10 @@
"* Fixes error in format of default value for *TTA scales* used in inferencing\n",
"* Fixes error with *show_batch()* when training data had fewer elements than the *batch_size* argument\n",
"* Fixes `ValueError` failures on most models with *predict_video()*\n",
"\n",
"* [Data Preparation Methods](/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
" * [`prepare_data()`](/python/api-reference/arcgis.learn.toc.html#prepare-data)\n",
" * Fixes error initializing `PSETAE` model from output when class doesn't contain any files \n",
" * Fixes error initializing `PSETAE` model from output when class doesn't contain any files\n",
" * Fixes incorrect recursion error raised if *working_dir* argument does not exist \n",
" * [`prepare_textdata()`](/python/api-reference/arcgis.learn.toc.html#prepare-textdata)\n",
" * Fixes issue where similar entities are extracted multiple times using Mistral\n",
"* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
Expand All @@ -422,6 +422,7 @@
" * Fixes issue when initializing model from data bunch without specifying backbone \n",
" * [`from_model()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.SingleShotDetector.from_model)\n",
" * Fixes compatible backbone exception using *torchgeo*\n",
" * Fixes performance issue for objects of varying sizes related to ordering of grids\n",
" * [`MMDetection`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MMDetection)\n",
" * [`fit()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MMDetection.fit)\n",
" * Fixes info messages printing during training of `vfnet` models\n",
Expand Down

0 comments on commit b54b7a8

Please sign in to comment.