MCPcopy Create free account
hub / github.com/Zhiyuan-R/Tiger-Diffusion / extra_repr

Method extra_repr

modules/pointnet.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 return self.mlps[0](features).max(dim=-1, keepdim=True).values, coords
44
45 def extra_repr(self):
46 return f'out_channels={self.out_channels}, include_coordinates={self.include_coordinates}'
47
48
49class PointNetSAModule(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected