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

Method __init__

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

Source from the content-addressed store, hash-verified

235 CHECKPOINT_FREQ = 1000
236 ENVIRONMENTS = ["clip", "info", "paint", "quick", "real", "sketch"]
237 def __init__(self, root, test_envs, hparams):
238 self.dir = os.path.join(root, "domain_net/")
239 super().__init__(self.dir, test_envs, hparams['data_augmentation'], hparams)
240
241class OfficeHome(MultipleEnvironmentImageFolder):
242 CHECKPOINT_FREQ = 300

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected