Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KeepTryingTo/Pytorch-GAN
/ forward
Method
forward
StyleGAN/net/model.py:88–89 ·
view source on GitHub ↗
(self,x)
Source
from the content-addressed store, hash-verified
86
WSLinear(w_dim, w_dim),
87
)
88
def
forward(self,x):
89
return
self.mapping(x)
90
91
#注入到网络中的噪声
92
class
InjectNoise(torch.nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected