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

Method __init__

domainbed/algorithms.py:63–65  ·  view source on GitHub ↗
(self, input_shape, num_classes, num_domains, hparams)

Source from the content-addressed store, hash-verified

61 """
62
63 def __init__(self, input_shape, num_classes, num_domains, hparams):
64 super(Algorithm, self).__init__()
65 self.hparams = hparams
66
67 def update(self, minibatches, unlabeled=None):
68 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected