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

Method __init__

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

Source from the content-addressed store, hash-verified

479 """
480
481 def __init__(self, input_shape, num_classes, num_domains, hparams):
482 super(MLDG, self).__init__(input_shape, num_classes, num_domains, hparams)
483
484 def update(self, minibatches, unlabeled=None):
485 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected