MCPcopy Create free account
hub / github.com/alexrame/fishr / __init__

Method __init__

domainbed/datasets.py:223–225  ·  view source on GitHub ↗
(self, root, test_envs, hparams)

Source from the content-addressed store, hash-verified

221 CHECKPOINT_FREQ = 300
222 ENVIRONMENTS = ["C", "L", "S", "V"]
223 def __init__(self, root, test_envs, hparams):
224 self.dir = os.path.join(root, "VLCS/")
225 super().__init__(self.dir, test_envs, hparams['data_augmentation'], hparams)
226
227class PACS(MultipleEnvironmentImageFolder):
228 CHECKPOINT_FREQ = 300

Callers 9

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected