Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anantzoid/Conditional-PixelCNN-decoder
/ functions
Functions
19 in github.com/anantzoid/Conditional-PixelCNN-decoder
⨍
Functions
19
◇
Types & classes
3
↓ 9 callers
Function
get_weights
(shape, name, horizontal, mask_mode='noblind', mask=None)
layers.py:4
↓ 7 callers
Function
get_bias
(shape, name)
layers.py:44
↓ 7 callers
Method
output
(self)
layers.py:115
↓ 6 callers
Function
conv_op
(x, W)
layers.py:47
↓ 5 callers
Function
binarize
(images)
utils.py:7
↓ 3 callers
Function
get_batch
(data, pointer, batch_size)
utils.py:66
↓ 2 callers
Function
generate_ae
(sess, encoder_X, decoder_X, y, data, conf, suff='')
utils.py:31
↓ 2 callers
Function
generate_samples
(sess, X, h, pred, conf, suff)
utils.py:10
↓ 2 callers
Function
max_pool_2x2
(x)
layers.py:50
↓ 2 callers
Function
one_hot
(batch_y, num_classes)
utils.py:74
↓ 2 callers
Function
save_images
(samples, n_row, n_col, conf, suff)
utils.py:51
↓ 2 callers
Function
train
(conf, data)
main.py:8
↓ 1 callers
Method
gated_conv
(self)
layers.py:73
↓ 1 callers
Function
makepaths
(conf)
utils.py:80
↓ 1 callers
Method
simple_conv
(self)
layers.py:106
↓ 1 callers
Function
trainAE
(conf, data)
autoencoder.py:6
Method
__init__
(self, W_shape, fan_in, horizontal, gated=True, payload=None, mask=None, activation=True, conditional=None, co
layers.py:54
Method
__init__
(self, X, conf, full_horizontal=True, h=None)
models.py:5
Method
__init__
This is the 6-layer architecture for Convolutional Autoencoder mentioned in the original paper: Stacked Convolut
models.py:72