MCPcopy Create free account
hub / github.com/OUCMachineLearning/OUCML / save_images

Function save_images

GAN/datadownloader/utils.py:46–47  ·  view source on GitHub ↗
(images, size, image_path)

Source from the content-addressed store, hash-verified

44 return transform(imread(image_path, is_grayscale), image_size, is_crop, resize_w)
45
46def save_images(images, size, image_path):
47 return imsave(inverse_transform(images), size, image_path)

Callers

nothing calls this directly

Calls 2

imsaveFunction · 0.70
inverse_transformFunction · 0.70

Tested by

no test coverage detected