Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Newmu/dcgan_code
/ __init__
Method
__init__
lib/activations.py:24–25 ·
view source on GitHub ↗
(self, n_pool=2)
Source
from the content-addressed store, hash-verified
22
class
Maxout(object):
23
24
def
__init__(self, n_pool=2):
25
self.n_pool = n_pool
26
27
def
__call__(self, x):
28
if
x.ndim == 2:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected