MCPcopy Create free account
hub / github.com/OUCMachineLearning/OUCML / __init__

Method __init__

AutoML/darts-master/rnn/utils.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73
74class LockedDropout(nn.Module):
75 def __init__(self):
76 super(LockedDropout, self).__init__()
77
78 def forward(self, x, dropout=0.5):
79 if not self.training or not dropout:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected