Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carpedm20/pixel-rnn-tensorflow
/ functions
Functions
42 in github.com/carpedm20/pixel-rnn-tensorflow
⨍
Functions
42
◇
Types & classes
5
↓ 9 callers
Function
conv2d
( inputs, num_outputs, kernel_shape, # [kernel_height, kernel_width] mask_type, # None, "A" or
ops.py:76
↓ 6 callers
Function
get_shape
(layer)
ops.py:18
↓ 3 callers
Function
binarize
(images)
utils.py:37
↓ 2 callers
Function
_generate_image_and_label_batch
Construct a queued batch of images and labels. Args: image: 3-D Tensor of [height, width, 3] of type.float32. label: 1-D Tensor of type.int
cifar10.py:99
↓ 2 callers
Function
check_and_create_dir
(directory)
utils.py:73
↓ 2 callers
Function
diagonal_lstm
(inputs, conf, scope='diagonal_lstm')
ops.py:215
↓ 2 callers
Method
generate
(self)
network.py:135
↓ 2 callers
Function
read_cifar10
Reads and parses examples from CIFAR10 data files. Recommendation: if you want N-way read parallelism, call this function N times. This will giv
cifar10.py:38
↓ 2 callers
Method
reset
(self)
statistic.py:34
↓ 2 callers
Function
reverse
(inputs)
ops.py:180
↓ 2 callers
Function
save_images
(images, height, width, n_row, n_col, cmin=0.0, cmax=1.0, directory="./", prefix="sample")
utils.py:40
↓ 2 callers
Method
test
(self, images, with_update=False)
network.py:126
↓ 1 callers
Function
conv1d
( inputs, num_outputs, kernel_size, strides=[1, 1], # [column_wise_stride, row_wise_stride]
ops.py:137
↓ 1 callers
Function
diagonal_bilstm
(inputs, conf, scope='diagonal_bilstm')
ops.py:178
↓ 1 callers
Function
get_model_dir
(config, exceptions=None)
utils.py:50
↓ 1 callers
Method
get_t
(self)
statistic.py:45
↓ 1 callers
Function
get_timestamp
()
utils.py:33
↓ 1 callers
Method
inject_summary
(self, tag_dict, t)
statistic.py:48
↓ 1 callers
Function
inputs
Construct input for CIFAR evaluation using the Reader ops. Args: eval_data: bool, indicating if one should use the train or eval data set.
cifar10.py:190
↓ 1 callers
Method
load_model
(self)
statistic.py:63
↓ 1 callers
Function
maybe_download_and_extract
Download and extract the tarball from Alex's website. From https://github.com/tensorflow/tensorflow/blob/r0.9/tensorflow/models/image/cifar10/cif
utils.py:80
↓ 1 callers
Function
mprint
(matrix, pivot=0.5)
utils.py:20
↓ 1 callers
Method
on_step
(self, train_l, test_l)
statistic.py:37
↓ 1 callers
Method
predict
(self, images)
network.py:123
↓ 1 callers
Function
preprocess_conf
(conf)
utils.py:67
↓ 1 callers
Method
save_model
(self, t)
statistic.py:55
↓ 1 callers
Function
show_all_variables
()
utils.py:24
↓ 1 callers
Function
skew
(inputs, scope="skew")
ops.py:30
↓ 1 callers
Function
unskew
(inputs, width=None, scope="unskew")
ops.py:58
Method
__call__
(self, i_to_s, state, scope="DiagonalBiLSTMCell")
ops.py:289
Method
__call__
(self, inputs, state, scope="RowLSTMCell")
ops.py:347
Method
__init__
(self, sess, conf, height, width, channel)
network.py:10
Method
__init__
(self, hidden_dims, height, channel)
ops.py:269
Method
__init__
(self, num_units, kernel_shape=[3, 1])
ops.py:333
Method
__init__
(self, sess, data, model_dir, variables, test_step, max_to_keep=20)
statistic.py:9
Function
_progress
(count, block_size, total_size)
utils.py:94
Function
distorted_inputs
Construct distorted input for CIFAR training using the Reader ops. Args: data_dir: Path to the CIFAR-10 data directory. batch_size: Number
cifar10.py:131
Function
main
(_)
main.py:54
Method
output_size
(self)
ops.py:286
Method
output_size
(self)
ops.py:344
Method
state_size
(self)
ops.py:282
Method
state_size
(self)
ops.py:340