MCPcopy Create free account
hub / github.com/TEA-Lab/TwoByTwo / __init__

Method __init__

src/shape_assembly/models/encoder/vn_layers.py:168–170  ·  view source on GitHub ↗
(self, in_channels)

Source from the content-addressed store, hash-verified

166
167class VNMaxPool(nn.Module):
168 def __init__(self, in_channels):
169 super(VNMaxPool, self).__init__()
170 self.map_to_dir = nn.Linear(in_channels, in_channels, bias=False)
171
172 def forward(self, x):
173 '''

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected