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

Method extra_repr

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

Source from the content-addressed store, hash-verified

90 return features_list[0], centers_coords, temb.max(dim=-1).values if temb.shape[1] > 0 else temb
91
92 def extra_repr(self):
93 return f'num_centers={self.num_centers}, out_channels={self.out_channels}'
94
95
96class PointNetFPModule(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected