MCPcopy Create free account
hub / github.com/NVIDIA/pix2pixHD / __init__

Method __init__

data/base_data_loader.py:3–4  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1
2class BaseDataLoader():
3 def __init__(self):
4 pass
5
6 def initialize(self, opt):
7 self.opt = opt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected