Skip to content

Commit 7ee6125

Browse files
committed
added notes for Pix2Pix model
1 parent b3ace5d commit 7ee6125

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@
8383
" * Fixes issue where overwrites of the original data frame and respective column names occur during data preparation and with [`predict()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MLModel.predict)\n",
8484
"* [Image Translation Models](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#image-translation-models)\n",
8585
" * [`CycleGAN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#cyclegan)\n",
86-
" * Fixes issue with [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data) where `imagery_type` parameter was not treated as optional"
86+
" * Fixes issue with [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data) where `imagery_type` parameter was not treated as optional\n",
87+
" * [`Pix2Pix`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#pix2pix)\n",
88+
" * Fixes issue with [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data) where `imagery_type` parameter was not treated as optional\n",
89+
" * Adds missing `accuracy` and `show_progress` parameters to [`compute_metrics()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#arcgis.learn.Pix2Pix.compute_metrics)"
8790
]
8891
},
8992
{

0 commit comments

Comments
 (0)