Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Newmu/dcgan_code
/ functions
Functions
126 in github.com/Newmu/dcgan_code
⨍
Functions
126
◇
Types & classes
31
Method
__init__
(self, lr=0.01, epsilon=1e-6, *args, **kwargs)
lib/updates.py:173
Method
__init__
(self, lr=0.5, rho=0.95, epsilon=1e-6, *args, **kwargs)
lib/updates.py:195
Method
__init__
(self, lr=0.01, momentum=0.9, *args, **kwargs)
lib/updates.py:223
Method
__init__
(self)
lib/activations.py:6
Method
__init__
(self)
lib/activations.py:15
Method
__init__
(self, n_pool=2)
lib/activations.py:24
Method
__init__
(self)
lib/activations.py:38
Method
__init__
(self, clip=10.)
lib/activations.py:46
Method
__init__
(self, leak=0.2)
lib/activations.py:54
Method
__init__
(self)
lib/activations.py:64
Method
__init__
(self)
lib/activations.py:76
Method
__init__
(self)
lib/activations.py:84
Method
__init__
(self)
lib/activations.py:92
Method
__init__
(self)
lib/activations.py:100
Method
__init__
(self, t=1)
lib/activations.py:108
Method
__init__
(self)
lib/activations.py:116
Function
cv_reg_lr
(trX, trY, vaX, vaY, Cs=[0.01, 0.05, 0.1, 0.5, 1., 5., 10., 50., 100.])
lib/metrics.py:14
Function
dropout
dropout using activation scaling to avoid test time weight rescaling
lib/ops.py:36
Function
grayscale_weight_grid_vis
(w, (nh, nw), save_path=None)
lib/vis.py:26
Function
intX
(X)
lib/theano_utils.py:4
Function
l2normalize
(x, axis=1, e=1e-8, keepdims=True)
lib/ops.py:14
Function
min_resize
Resize an image so that it is size along the minimum spatial dimension.
lib/cv2_utils.py:3
Function
patch
(x, ph, pw=None)
lib/data_utils.py:14
Function
set_seed
(n)
lib/rng.py:11
Function
shared0s
(shape, dtype=theano.config.floatX, name=None)
lib/theano_utils.py:13
Function
sharedNs
(shape, n, dtype=theano.config.floatX, name=None)
lib/theano_utils.py:16
← previous
101–126 of 126, ranked by callers