Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ forward
Method
forward
usr/diff/diffusion.py:86–87 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
84
self.conv = nn.Conv2d(dim, dim, 3, 2, 1)
85
86
def
forward(self, x):
87
return
self.conv(x)
88
89
90
class
Rezero(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected