Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
555
class
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