MCPcopy Create free account

hub / github.com/coderSkyChen/Action_Recognition_Zoo / functions

Functions2,338 in github.com/coderSkyChen/Action_Recognition_Zoo

↓ 1 callersMethod_add_seq2seq
(self)
model_zoo/models/textsum/seq2seq_attention_model.py:137
↓ 1 callersMethod_add_train_op
Sets self._train_op, op to run for training.
model_zoo/models/textsum/seq2seq_attention_model.py:241
↓ 1 callersMethod_atrousValues
Verify the values of dense feature extraction by atrous convolution. Make sure that dense feature extraction by stack_blocks_dense() followed by
model_zoo/models/slim/nets/resnet_v1_test.py:201
↓ 1 callersMethod_atrousValues
Verify the values of dense feature extraction by atrous convolution. Make sure that dense feature extraction by stack_blocks_dense() followed by
model_zoo/models/slim/nets/resnet_v2_test.py:201
↓ 1 callersFunction_average_gradients
Calculate the average gradient for each shared variable across all towers. Note that this function provides a synchronization point across all towe
model_zoo/models/inception/inception/inception_train.py:142
↓ 1 callersFunction_binary_to_text
()
model_zoo/models/textsum/data_convert_example.py:22
↓ 1 callersFunction_build_bounding_box_lookup
Build a lookup from image file to bounding boxes. Args: bounding_box_file: string, path to file with bounding boxes annotations. Assumes
model_zoo/models/inception/inception/data/build_imagenet_data.py:636
↓ 1 callersMethod_build_model
Build the core model within the graph.
model_zoo/models/resnet/resnet_model.py:68
↓ 1 callersFunction_build_synset_lookup
Build lookup for synset to human-readable label. Args: imagenet_metadata_file: string, path to file containing mapping from synset to hum
model_zoo/models/inception/inception/data/build_imagenet_data.py:604
↓ 1 callersMethod_build_train_op
Build training specific ops for the graph.
model_zoo/models/resnet/resnet_model.py:127
↓ 1 callersFunction_bytes_feature_list
Wrapper for inserting a bytes FeatureList into a SequenceExample proto.
model_zoo/models/im2txt/im2txt/data/build_mscoco_data.py:197
↓ 1 callersFunction_central_crop
Performs central crops of the given image list. Args: image_list: a list of image tensors of the same dimension but possibly varying chan
model_zoo/models/slim/preprocessing/vgg_preprocessing.py:178
↓ 1 callersFunction_clean_up_temporary_files
Removes temporary files used to create the dataset. Args: dataset_dir: The directory where the temporary files are stored.
model_zoo/models/slim/datasets/download_and_convert_mnist.py:172
↓ 1 callersFunction_clean_up_temporary_files
Removes temporary files used to create the dataset. Args: dataset_dir: The directory where the temporary files are stored.
model_zoo/models/slim/datasets/download_and_convert_flowers.py:153
↓ 1 callersFunction_clean_up_temporary_files
Removes temporary files used to create the dataset. Args: dataset_dir: The directory where the temporary files are stored.
model_zoo/models/slim/datasets/download_and_convert_cifar10.py:142
↓ 1 callersFunction_compute_delta
Compute delta for given log_moments and eps. Args: log_moments: the log moments of privacy loss, in the form of pairs of (moment_order, l
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:232
↓ 1 callersMethod_compute_delta
Compute delta for given log_moments and eps. Args: log_moments: the log moments of privacy loss, in the form of pairs of (moment_or
model_zoo/models/differential_privacy/privacy_accountant/tf/accountant.py:237
↓ 1 callersFunction_compute_eps
Compute epsilon for given log_moments and delta. Args: log_moments: the log moments of privacy loss, in the form of pairs of (moment_orde
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:255
↓ 1 callersMethod_compute_eps
(self, log_moments, delta)
model_zoo/models/differential_privacy/privacy_accountant/tf/accountant.py:257
↓ 1 callersMethod_compute_log_moment
Compute high moment of privacy loss. Args: sigma: the noise sigma, in the multiples of the sensitivity. q: the sampling ratio.
model_zoo/models/differential_privacy/privacy_accountant/tf/accountant.py:196
↓ 1 callersFunction_configure_learning_rate
Configures the learning rate. Args: num_samples_per_epoch: The number of samples in each epoch of training. global_step: The global_step te
model_zoo/models/slim/train_image_classifier.py:224
↓ 1 callersFunction_configure_optimizer
Configures the optimizer used for training. Args: learning_rate: A scalar or `Tensor` learning rate. Returns: An instance of an optimize
model_zoo/models/slim/train_image_classifier.py:264
↓ 1 callersMethod_construct_flow_model
(self, base_model)
models.py:201
↓ 1 callersMethod_construct_flow_model
(self, base_model)
models.py:441
↓ 1 callersFunction_convert_to_example
Build an Example proto for an example. Args: filename: string, path to an image file, e.g., '/path/to/example.JPG' image_buffer: string, JP
model_zoo/models/inception/inception/data/build_image_data.py:119
↓ 1 callersFunction_convert_to_example
Build an Example proto for an example. Args: filename: string, path to an image file, e.g., '/path/to/example.JPG' image_buffer: string, JP
model_zoo/models/inception/inception/data/build_imagenet_data.py:177
↓ 1 callersMethod_countInceptionParameters
Counts the number of parameters in the inception model at top scope.
model_zoo/models/im2txt/im2txt/ops/image_embedding_test.py:41
↓ 1 callersMethod_countModelParameters
Counts the number of parameters in the model at top level scope.
model_zoo/models/im2txt/im2txt/show_and_tell_model_test.py:63
↓ 1 callersFunction_create_vocab
Creates the vocabulary of word to word_id. The vocabulary is saved to disk in a text file of word counts. The id of each word in the file is its
model_zoo/models/im2txt/im2txt/data/build_mscoco_data.py:345
↓ 1 callersFunction_dataset_exists
(dataset_dir)
model_zoo/models/slim/datasets/download_and_convert_flowers.py:167
↓ 1 callersMethod_decay
L2 weight decay loss.
model_zoo/models/resnet/resnet_model.py:261
↓ 1 callersFunction_download_dataset
Downloads MNIST locally. Args: dataset_dir: The directory where the temporary files are stored.
model_zoo/models/slim/datasets/download_and_convert_mnist.py:145
↓ 1 callersFunction_eval_once
Runs Eval once. Args: saver: Saver. summary_writer: Summary writer. top_1_op: Top 1 op. top_5_op: Top 5 op. summary_op: Summary
model_zoo/models/inception/inception/inception_eval.py:55
↓ 1 callersFunction_extract_argmax_and_embed
Get a loop_function that extracts the previous symbol and embeds it. Args: embedding: embedding tensor for symbols. output_projection: None
model_zoo/models/textsum/seq2seq_attention_model.py:32
↓ 1 callersFunction_extract_images
Extract the images into a numpy array. Args: filename: The path to an MNIST images file. num_images: The number of images in the file. R
model_zoo/models/slim/datasets/download_and_convert_mnist.py:64
↓ 1 callersFunction_extract_labels
Extract the labels into a vector of int64 label IDs. Args: filename: The path to an MNIST labels file. num_labels: The number of labels in
model_zoo/models/slim/datasets/download_and_convert_mnist.py:84
↓ 1 callersFunction_find_human_readable_labels
Build a list of human-readable labels. Args: synsets: list of strings; each string is a unique WordNet ID. synset_to_human: dict of synset
model_zoo/models/inception/inception/data/build_imagenet_data.py:540
↓ 1 callersFunction_find_image_bounding_boxes
Find the bounding boxes for a given image file. Args: filenames: list of strings; each string is a path to an image file. image_to_bboxes:
model_zoo/models/inception/inception/data/build_imagenet_data.py:558
↓ 1 callersFunction_find_image_files
Build a list of all images files and labels in the data set. Args: data_dir: string, path to the root directory of images. Assumes that
model_zoo/models/inception/inception/data/build_image_data.py:331
↓ 1 callersFunction_find_image_files
Build a list of all images files and labels in the data set. Args: data_dir: string, path to the root directory of images. Assumes that
model_zoo/models/inception/inception/data/build_imagenet_data.py:465
↓ 1 callersFunction_floats
(xs)
model_zoo/models/swivel/prep.py:267
↓ 1 callersFunction_floats
(xs)
model_zoo/models/swivel/glove_to_shards.py:176
↓ 1 callersMethod_fully_connected
FullyConnected layer for final output.
model_zoo/models/resnet/resnet_model.py:285
↓ 1 callersFunction_get_dict
(i)
model_zoo/models/syntaxnet/syntaxnet/conll2tree.py:66
↓ 1 callersFunction_get_filenames_and_classes
Returns a list of filenames and inferred class names. Args: dataset_dir: A directory containing a set of subdirectories representing clas
model_zoo/models/slim/datasets/download_and_convert_flowers.py:72
↓ 1 callersMethod_get_gpu
(self, gpu_id)
model_zoo/models/textsum/seq2seq_attention_model.py:112
↓ 1 callersFunction_get_init_fn
Returns a function run by the chief worker to warm-start the training. Note that the init_fn is only run when initializing the model during the ver
model_zoo/models/slim/train_image_classifier.py:324
↓ 1 callersMethod_get_sentence
(self, forever=True)
model_zoo/models/lm_1b/data_utils.py:265
↓ 1 callersMethod_get_test_indices
(self, record)
dataset.py:228
↓ 1 callersMethod_get_test_indices
(self, record)
dataset.py:367
↓ 1 callersMethod_get_val_indices
(self, record)
dataset.py:85
↓ 1 callersMethod_get_val_indices
(self, record)
dataset.py:216
↓ 1 callersFunction_get_variables_to_train
Returns a list of variables to train. Returns: A list of variables to train by the optimizer.
model_zoo/models/slim/train_image_classifier.py:373
↓ 1 callersMethod_global_avg_pool
(self, x)
model_zoo/models/resnet/resnet_model.py:295
↓ 1 callersMethod_initialize_weights
(self)
model_zoo/models/autoencoder/autoencoder_models/DenoisingAutoencoder.py:32
↓ 1 callersMethod_initialize_weights
(self)
model_zoo/models/autoencoder/autoencoder_models/DenoisingAutoencoder.py:99
↓ 1 callersMethod_initialize_weights
(self)
model_zoo/models/autoencoder/autoencoder_models/VariationalAutoencoder.py:37
↓ 1 callersMethod_initialize_weights
(self)
model_zoo/models/autoencoder/autoencoder_models/Autoencoder.py:29
↓ 1 callersFunction_int64_feature_list
Wrapper for inserting an int64 FeatureList into a SequenceExample proto.
model_zoo/models/im2txt/im2txt/data/build_mscoco_data.py:192
↓ 1 callersFunction_interpolate
(im, x, y, out_size)
model_zoo/models/transformer/spatial_transformer.py:61
↓ 1 callersFunction_is_cmyk
Determine if file contains a CMYK JPEG format image. Args: filename: string, path of the image file. Returns: boolean indicating if the
model_zoo/models/inception/inception/data/build_imagenet_data.py:279
↓ 1 callersFunction_is_png
Determine if a file contains a PNG format image. Args: filename: string, path of the image file. Returns: boolean indicating if the imag
model_zoo/models/inception/inception/data/build_image_data.py:178
↓ 1 callersFunction_is_png
Determine if a file contains a PNG format image. Args: filename: string, path of the image file. Returns: boolean indicating if the imag
model_zoo/models/inception/inception/data/build_imagenet_data.py:265
↓ 1 callersMethod_layer2dict
(self, layer, version)
model_zoo/bninception/parse_caffe.py:65
↓ 1 callersMethod_load_image
(self, directory, idx)
dataset.py:53
↓ 1 callersMethod_load_image
(self, directory, idx)
dataset.py:163
↓ 1 callersMethod_load_image
(self, directory, idx)
dataset.py:302
↓ 1 callersMethod_load_random_shard
Randomly select a file and read it.
model_zoo/models/lm_1b/data_utils.py:234
↓ 1 callersMethod_load_shard
Read one file and convert to ids. Args: shard_name: file path. Returns: list of (id, char_id, global_word_id) tuples.
model_zoo/models/lm_1b/data_utils.py:238
↓ 1 callersFunction_meshgrid
(height, width)
model_zoo/models/transformer/spatial_transformer.py:124
↓ 1 callersFunction_optimize_clone
Compute losses and gradients for a single clone. Args: optimizer: A tf.Optimizer object. clone: A Clone namedtuple. num_clones: The nu
model_zoo/models/slim/deployment/model_deploy.py:243
↓ 1 callersMethod_parse_blob
(blob)
model_zoo/bninception/parse_caffe.py:60
↓ 1 callersMethod_parse_list
(self)
dataset.py:65
↓ 1 callersMethod_parse_list
(self)
dataset.py:175
↓ 1 callersMethod_parse_list
(self)
dataset.py:314
↓ 1 callersMethod_parse_net
(self, version)
model_zoo/bninception/parse_caffe.py:40
↓ 1 callersMethod_prepare_base_model
(self, base_model)
models.py:62
↓ 1 callersMethod_prepare_base_model
(self, base_model)
models.py:301
↓ 1 callersMethod_prepare_classifier
(self, num_class)
models.py:50
↓ 1 callersMethod_prepare_tsn
(self, num_class)
models.py:289
↓ 1 callersFunction_process_caption
Processes a caption string into a list of tonenized words. Args: caption: A string caption. Returns: A list of strings; the tokenized ca
model_zoo/models/im2txt/im2txt/data/build_mscoco_data.py:382
↓ 1 callersFunction_process_image
Process a single image file. Args: filename: string, path to an image file e.g., '/path/to/example.JPG'. coder: instance of ImageCoder to p
model_zoo/models/inception/inception/data/build_image_data.py:190
↓ 1 callersFunction_process_image
Process a single image file. Args: filename: string, path to an image file e.g., '/path/to/example.JPG'. coder: instance of ImageCoder to p
model_zoo/models/inception/inception/data/build_imagenet_data.py:304
↓ 1 callersFunction_process_image_files
Process and save list of images as TFRecord of Example protos. Args: name: string, unique identifier specifying the data set filenames: lis
model_zoo/models/inception/inception/data/build_image_data.py:287
↓ 1 callersFunction_process_image_files
Process and save list of images as TFRecord of Example protos. Args: name: string, unique identifier specifying the data set filenames: lis
model_zoo/models/inception/inception/data/build_imagenet_data.py:413
↓ 1 callersFunction_rand
(*size)
model_zoo/models/street/python/vgslspecs_test.py:22
↓ 1 callersFunction_random_crop
Crops the given list of images. The function applies the same crop to each image in the list. This can be effectively applied when there are mult
model_zoo/models/slim/preprocessing/vgg_preprocessing.py:94
↓ 1 callersFunction_reduced_kernel_size_for_small_input
Define kernel size which is automatically reduced for small input. If the shape of the input images is unknown at graph construction time this fu
model_zoo/models/slim/nets/inception_v2.py:489
↓ 1 callersFunction_repeat
(x, n_repeats)
model_zoo/models/transformer/spatial_transformer.py:53
↓ 1 callersMethod_resnet_plain
A plain ResNet without extra layers before or after the ResNet blocks.
model_zoo/models/slim/nets/resnet_v1_test.py:154
↓ 1 callersMethod_resnet_plain
A plain ResNet without extra layers before or after the ResNet blocks.
model_zoo/models/slim/nets/resnet_v2_test.py:154
↓ 1 callersMethod_sample_crop_size
(self, im_size)
transforms.py:156
↓ 1 callersMethod_sample_fix_offset
(self, image_w, image_h, crop_w, crop_h)
transforms.py:180
↓ 1 callersMethod_sample_indices
:param record: VideoRecord :return: list
dataset.py:195
↓ 1 callersFunction_smallest_size_at_least
Computes new shape with the smallest side equal to `smallest_side`. Computes new shape with the smallest side equal to `smallest_side` while pres
model_zoo/models/slim/preprocessing/vgg_preprocessing.py:236
↓ 1 callersMethod_stack_blocks_nondense
A simplified ResNet Block stacker without output stride control.
model_zoo/models/slim/nets/resnet_v1_test.py:187
↓ 1 callersMethod_stack_blocks_nondense
A simplified ResNet Block stacker without output stride control.
model_zoo/models/slim/nets/resnet_v2_test.py:187
↓ 1 callersFunction_sum_clones_gradients
Calculate the sum gradient for each shared variable across all clones. This function assumes that the clone_grads has been scaled appropriately by
model_zoo/models/slim/deployment/model_deploy.py:419
↓ 1 callersFunction_testdata
(filename)
model_zoo/models/street/python/decoder_test.py:22
↓ 1 callersFunction_text_to_binary
()
model_zoo/models/textsum/data_convert_example.py:41
← previousnext →601–700 of 2,338, ranked by callers