Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KeepTryingTo/Pytorch-GAN
/ forward
Method
forward
github/net/Discriminator.py:37–39 ·
view source on GitHub ↗
(self,input)
Source
from the content-addressed store, hash-verified
35
)
36
return
self.conv
37
def
forward(self,input):
38
x = self.disc(input)
39
return
x
40
41
if
__name__ ==
'__main__'
:
42
in_channles = 3
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected