MCPcopy Create free account
hub / github.com/TrustAIResearch/MLHospital / __init__

Method __init__

mlh/data_preprocessing/data_loader.py:37–40  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

35
36class GetDataLoader(object):
37 def __init__(self, args):
38 self.args = args
39 self.data_path = args.data_path
40 self.input_shape = args.input_shape
41
42 def parse_dataset(self, dataset, train_transform, test_transform):
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected