MCPcopy Create free account
hub / github.com/Stability-AI/stable-fast-3d / Config

Class Config

sf3d/models/network.py:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29class PixelShuffleUpsampleNetwork(BaseModule):
30 @dataclass
31 class Config(BaseModule.Config):
32 in_channels: int = 1024
33 out_channels: int = 40
34 scale_factor: int = 4
35
36 conv_layers: int = 4
37 conv_kernel_size: int = 3
38
39 cfg: Config
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected