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

Method __init__

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

Source from the content-addressed store, hash-verified

289 """Unconditional DANN"""
290
291 def __init__(self, input_shape, num_classes, num_domains, hparams):
292 super(DANN, self).__init__(
293 input_shape, num_classes, num_domains, hparams, conditional=False, class_balance=False
294 )
295
296
297class CDANN(AbstractDANN):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected