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

Function inverse_transform

GAN/Self_attention_GAN_tensorflow/utils.py:114–115  ·  view source on GitHub ↗
(images)

Source from the content-addressed store, hash-verified

112
113
114def inverse_transform(images):
115 return (images+1.)/2.
116
117
118def check_folder(log_dir):

Callers 1

save_imagesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected