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

Method __init__

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

Source from the content-addressed store, hash-verified

936 """
937
938 def __init__(self, input_shape, num_classes, num_domains, hparams):
939 super(ANDMask, self).__init__(input_shape, num_classes, num_domains, hparams)
940
941 self.tau = hparams["tau"]
942
943 def update(self, minibatches, unlabeled=None):
944 mean_loss = 0

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected