From fdf722402111b9ecf35bc338c949cf3e8d084681 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 17 Jan 2024 16:28:52 -0600 Subject: [PATCH] snapshot... --- modules/util/augment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/util/augment.py b/modules/util/augment.py index 68c39c61..790d4f1b 100644 --- a/modules/util/augment.py +++ b/modules/util/augment.py @@ -45,7 +45,7 @@ def augment_image(): return augment_fn -def augment_image_3arg(): +def augment_icing(): """ Helper function used for augmentation of images in the dataset. Returns: tf.data.Dataset mappable function for image augmentation -- GitLab