From 1b45a5de2afe216f4c4b7a765c182c0d38831a66 Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Fri, 8 Jul 2022 13:24:13 -0400 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e7a637..2097586 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ images = images.to('cpu').detach().numpy() Then image $i$ can be coverted to a PIL.Image and saved with its `save` method ```python image = Image.fromarray(images[i]) +image.save('image_{}.png'.format(i)) ``` ### Interactive