MCPcopy Create free account

hub / github.com/carpedm20/pixel-rnn-tensorflow / functions

Functions42 in github.com/carpedm20/pixel-rnn-tensorflow

↓ 9 callersFunctionconv2d
( inputs, num_outputs, kernel_shape, # [kernel_height, kernel_width] mask_type, # None, "A" or
ops.py:76
↓ 6 callersFunctionget_shape
(layer)
ops.py:18
↓ 3 callersFunctionbinarize
(images)
utils.py:37
↓ 2 callersFunction_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 callersFunctioncheck_and_create_dir
(directory)
utils.py:73
↓ 2 callersFunctiondiagonal_lstm
(inputs, conf, scope='diagonal_lstm')
ops.py:215
↓ 2 callersMethodgenerate
(self)
network.py:135
↓ 2 callersFunctionread_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 callersMethodreset
(self)
statistic.py:34
↓ 2 callersFunctionreverse
(inputs)
ops.py:180
↓ 2 callersFunctionsave_images
(images, height, width, n_row, n_col, cmin=0.0, cmax=1.0, directory="./", prefix="sample")
utils.py:40
↓ 2 callersMethodtest
(self, images, with_update=False)
network.py:126
↓ 1 callersFunctionconv1d
( inputs, num_outputs, kernel_size, strides=[1, 1], # [column_wise_stride, row_wise_stride]
ops.py:137
↓ 1 callersFunctiondiagonal_bilstm
(inputs, conf, scope='diagonal_bilstm')
ops.py:178
↓ 1 callersFunctionget_model_dir
(config, exceptions=None)
utils.py:50
↓ 1 callersMethodget_t
(self)
statistic.py:45
↓ 1 callersFunctionget_timestamp
()
utils.py:33
↓ 1 callersMethodinject_summary
(self, tag_dict, t)
statistic.py:48
↓ 1 callersFunctioninputs
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 callersMethodload_model
(self)
statistic.py:63
↓ 1 callersFunctionmaybe_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 callersFunctionmprint
(matrix, pivot=0.5)
utils.py:20
↓ 1 callersMethodon_step
(self, train_l, test_l)
statistic.py:37
↓ 1 callersMethodpredict
(self, images)
network.py:123
↓ 1 callersFunctionpreprocess_conf
(conf)
utils.py:67
↓ 1 callersMethodsave_model
(self, t)
statistic.py:55
↓ 1 callersFunctionshow_all_variables
()
utils.py:24
↓ 1 callersFunctionskew
(inputs, scope="skew")
ops.py:30
↓ 1 callersFunctionunskew
(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
Functiondistorted_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
Functionmain
(_)
main.py:54
Methodoutput_size
(self)
ops.py:286
Methodoutput_size
(self)
ops.py:344
Methodstate_size
(self)
ops.py:282
Methodstate_size
(self)
ops.py:340