MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / Level

Class Level

k_diffusion/models/modules.py:555–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553
554
555class Level(nn.ModuleList):
556 def forward(self, x, *args, **kwargs):
557 for layer in self:
558 x = layer(x, *args, **kwargs)
559 return x
560
561
562# Mapping network

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected