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

Method __init__

GAN/Self_attention_GAN_tensorflow/utils.py:12–14  ·  view source on GitHub ↗
(self, load_size, channels)

Source from the content-addressed store, hash-verified

10class ImageData:
11
12 def __init__(self, load_size, channels):
13 self.load_size = load_size
14 self.channels = channels
15
16 def image_processing(self, filename):
17 x = tf.read_file(filename)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected