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

Method initialize

data/base_data_loader.py:6–8  ·  view source on GitHub ↗
(self, opt)

Source from the content-addressed store, hash-verified

4 pass
5
6 def initialize(self, opt):
7 self.opt = opt
8 pass
9
10 def load_data():
11 return None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected