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

Method __init__

test_generation.py:263–269  ·  view source on GitHub ↗
(self, num_classes, embed_dim, use_att,dropout, extra_feature_channels=3, width_multiplier=1,
                 voxel_resolution_multiplier=1)

Source from the content-addressed store, hash-verified

261 ]
262
263 def __init__(self, num_classes, embed_dim, use_att,dropout, extra_feature_channels=3, width_multiplier=1,
264 voxel_resolution_multiplier=1):
265 super().__init__(
266 num_classes=num_classes, embed_dim=embed_dim, use_att=use_att,
267 dropout=dropout, extra_feature_channels=extra_feature_channels,
268 width_multiplier=width_multiplier, voxel_resolution_multiplier=voxel_resolution_multiplier
269 )
270
271
272

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected