Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ forward
Method
forward
usr/diff/diffusion.py:77–78 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
75
self.conv = nn.ConvTranspose2d(dim, dim, 4, 2, 1)
76
77
def
forward(self, x):
78
return
self.conv(x)
79
80
81
class
Downsample(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected