MCPcopy Create free account
hub / github.com/SLDGroup/EMCAD / __init__

Method __init__

utils/dataset_ACDC.py:31–32  ·  view source on GitHub ↗
(self, output_size)

Source from the content-addressed store, hash-verified

29
30class RandomGenerator(object):
31 def __init__(self, output_size):
32 self.output_size = output_size
33
34 def __call__(self, sample):
35 image, label = sample['image'], sample['label']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected