MCPcopy Create free account
hub / github.com/DeepGraphLearning/S3F / __init__

Method __init__

s3f/gvp_layer.py:161–164  ·  view source on GitHub ↗
(self, drop_rate)

Source from the content-addressed store, hash-verified

159 vector channel are dropped together.
160 '''
161 def __init__(self, drop_rate):
162 super().__init__()
163 self.drop_rate = drop_rate
164 self.dummy_param = nn.Parameter(torch.empty(0))
165
166 def forward(self, x):
167 '''

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected