MCPcopy Create free account

hub / github.com/coderSkyChen/Action_Recognition_Zoo / functions

Functions2,338 in github.com/coderSkyChen/Action_Recognition_Zoo

↓ 1 callersFunction_to_sequence_example
Builds a SequenceExample proto for an image-caption pair. Args: image: An ImageMetadata object. decoder: An ImageDecoder object. vocab:
model_zoo/models/im2txt/im2txt/data/build_mscoco_data.py:202
↓ 1 callersFunction_tower_loss
Calculate the total loss on a single tower running the ImageNet model. We perform 'batch splitting'. This means that we cut up a batch across mul
model_zoo/models/inception/inception/inception_train.py:82
↓ 1 callersFunction_transform
(theta, input_dim, out_size)
model_zoo/models/transformer/spatial_transformer.py:143
↓ 1 callersMethodaccumulate_privacy_spending
(self, *unused_args)
model_zoo/models/differential_privacy/privacy_accountant/tf/accountant.py:406
↓ 1 callersFunctionaccuracy
Computes the precision@k for the specified values of k
test_models.py:81
↓ 1 callersFunctionadd
Add two numbers represented as lower-endian digit lists.
model_zoo/models/neural_gpu/data_utils.py:53
↓ 1 callersFunctionadjust_learning_rate
Sets the learning rate to the initial LR decayed by 10 every 30 epochs
main.py:424
↓ 1 callersFunctionanimate
Create animation for the given data (hacky matplotlib use).
model_zoo/models/neural_gpu/neural_gpu_trainer.py:338
↓ 1 callersMethodassign_lr
(self, session, lr_value)
model_zoo/models/namignizer/model.py:92
↓ 1 callersMethodbase
model_zoo/models/syntaxnet/syntaxnet/feature_types.h:56
↓ 1 callersMethodbatch_process
(self)
model_zoo/models/neural_programmer/model.py:490
↓ 1 callersFunctionblock8
Builds the 8x8 resnet block.
model_zoo/models/slim/nets/inception_resnet_v2.py:74
↓ 1 callersFunctionblock_inception_a
Builds Inception-A block for Inception v4 network.
model_zoo/models/slim/nets/inception_v4.py:34
↓ 1 callersFunctionblock_inception_b
Builds Inception-B block for Inception v4 network.
model_zoo/models/slim/nets/inception_v4.py:75
↓ 1 callersFunctionblock_inception_c
Builds Inception-C block for Inception v4 network.
model_zoo/models/slim/nets/inception_v4.py:121
↓ 1 callersFunctionblock_reduction_a
Builds Reduction-A block for Inception v4 network.
model_zoo/models/slim/nets/inception_v4.py:55
↓ 1 callersFunctionblock_reduction_b
Builds Reduction-B block for Inception v4 network.
model_zoo/models/slim/nets/inception_v4.py:99
↓ 1 callersMethodbuild_graph_from_config
Builds the inference graph from a configuration object. Args: model_config: Object containing configuration for building the model. c
model_zoo/models/im2txt/im2txt/inference_utils/inference_wrapper_base.py:102
↓ 1 callersMethodbuild_image_embeddings
Builds the image model subgraph and generates image embeddings. Inputs: self.images Outputs: self.image_embeddings
model_zoo/models/im2txt/im2txt/show_and_tell_model.py:181
↓ 1 callersMethodbuild_inputs
Input prefetching, preprocessing and batching. Outputs: self.images self.input_seqs self.target_seqs (training and eval only)
model_zoo/models/im2txt/im2txt/show_and_tell_model.py:121
↓ 1 callersMethodbuild_model
Builds the model. Inputs: self.image_embeddings self.seq_embeddings self.target_seqs (training and eval only) self.input_
model_zoo/models/im2txt/im2txt/show_and_tell_model.py:230
↓ 1 callersMethodbuild_model
Builds the model for inference. Args: model_config: Object containing configuration for building the model. Returns: model: The
model_zoo/models/im2txt/im2txt/inference_utils/inference_wrapper_base.py:62
↓ 1 callersMethodbuild_seq_embeddings
Builds the input sequence embeddings. Inputs: self.input_seqs Outputs: self.seq_embeddings
model_zoo/models/im2txt/im2txt/show_and_tell_model.py:212
↓ 1 callersFunctioncdna_transformation
Apply convolutional dynamic neural advection to previous image. Args: prev_image: previous image to be transformed. cdna_input: hidden lyae
model_zoo/models/video_prediction/prediction_model.py:252
↓ 1 callersFunctioncheck_rootfolders
Create log and model folder
main.py:454
↓ 1 callersMethodcmyk_to_rgb
(self, image_data)
model_zoo/models/inception/inception/data/build_imagenet_data.py:253
↓ 1 callersFunctioncomputeColor
optical_flow/gpu_main.cpp:23
↓ 1 callersFunctioncomputeColor
optical_flow/main.cpp:21
↓ 1 callersFunctioncompute_b_mp
(sigma, q, lmbd, verbose=False)
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:199
↓ 1 callersMethodcompute_column_softmax
(self, column_controller_vector, time_step)
model_zoo/models/neural_programmer/model.py:220
↓ 1 callersFunctioncompute_coocs
Compute the co-occurrence statistics from the text. This generates a temporary file for each shard that contains the intermediate counts from the
model_zoo/models/swivel/prep.py:136
↓ 1 callersMethodcompute_error
(self)
model_zoo/models/neural_programmer/model.py:578
↓ 1 callersMethodcompute_lookup_error
(self, val)
model_zoo/models/neural_programmer/model.py:429
↓ 1 callersFunctioncompute_q_noisy_max
returns ~ Pr[outcome != winner]. Args: counts: a list of scores noise_eps: privacy parameter for noisy_max Returns: q: the probabilit
model_zoo/models/differential_privacy/multiple_teachers/analysis.py:69
↓ 1 callersFunctionconv_gru
Convolutional GRU.
model_zoo/models/neural_gpu/neural_gpu.py:57
↓ 1 callersFunctioncorrect_unicode
(string)
model_zoo/models/neural_programmer/wiki_data.py:43
↓ 1 callersFunctioncount_matrix_input
Reads submatrix shards from disk.
model_zoo/models/swivel/swivel.py:102
↓ 1 callersFunctioncreate_clones
Creates multiple clones according to config using a `model_fn`. The returned values of `model_fn(*args, **kwargs)` are collected along with the s
model_zoo/models/slim/deployment/model_deploy.py:145
↓ 1 callersFunctioncreate_dir_if_needed
Create directory if doesn't exist :param dest_directory: :return: True if everything went well
model_zoo/models/differential_privacy/multiple_teachers/input.py:35
↓ 1 callersMethodcreate_graph
(self, params, global_step)
model_zoo/models/neural_programmer/model.py:631
↓ 1 callersFunctioncreate_readable_names_for_imagenet_labels
Create a dict mapping label id to human readable string. Returns: labels_to_names: dictionary where keys are integers from to 1000 and
model_zoo/models/slim/datasets/imagenet.py:62
↓ 1 callersMethodcreate_summary_embeddings
(self)
model_zoo/models/neural_programmer/model.py:210
↓ 1 callersFunctioncreate_vocabulary
Reads text lines and generates a vocabulary.
model_zoo/models/swivel/prep.py:91
↓ 1 callersFunctiondecode
(output)
model_zoo/models/neural_gpu/data_utils.py:268
↓ 1 callersFunctiondecode_jpeg
Decode a JPEG string into one 3-D float image Tensor. Args: image_buffer: scalar string Tensor. scope: Optional scope for op_scope. Retur
model_zoo/models/inception/inception/image_processing.py:140
↓ 1 callersMethoddecode_topk
Return the topK results and new decoder states.
model_zoo/models/textsum/seq2seq_attention_model.py:275
↓ 1 callersFunctiondistort_color
Distort the color of the image. Each color distortion is non-commutative and thus ordering of the color ops matters. Ideally we would randomly pe
model_zoo/models/inception/inception/image_processing.py:163
↓ 1 callersFunctiondistort_color
Distort the color of a Tensor image. Each color distortion is non-commutative and thus ordering of the color ops matters. Ideally we would random
model_zoo/models/slim/preprocessing/inception_preprocessing.py:45
↓ 1 callersFunctiondistort_image
Distort one image for training a network. Distorting images provides a useful technique for augmenting the data set during training in order to m
model_zoo/models/inception/inception/image_processing.py:197
↓ 1 callersFunctiondistort_image
Perform random distortions on an image. Args: image: A float32 Tensor of shape [height, width, 3] with values in [0, 1). thread_id: Preproc
model_zoo/models/im2txt/im2txt/ops/image_processing.py:26
↓ 1 callersFunctiondistorted_bounding_box_crop
Generates cropped_image using a one of the bboxes randomly distorted. See `tf.image.sample_distorted_bounding_box` for more documentation. Args:
model_zoo/models/slim/preprocessing/inception_preprocessing.py:99
↓ 1 callersFunctiondistributions
(sigma, q)
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:84
↓ 1 callersFunctiondna_transformation
Apply dynamic neural advection to previous image. Args: prev_image: previous image to be transformed. dna_input: hidden lyaer to be used fo
model_zoo/models/video_prediction/prediction_model.py:296
↓ 1 callersMethoddownload_message
Prints a download message for the Dataset.
model_zoo/models/inception/inception/dataset.py:68
↓ 1 callersFunctiondump_block17
(name='Repeat_1/block17_1')
model_zoo/inceptionresnetv2/tensorflow_dump.py:156
↓ 1 callersFunctiondump_block35
(name='Repeat/block35_1')
model_zoo/inceptionresnetv2/tensorflow_dump.py:141
↓ 1 callersFunctiondump_logits
()
model_zoo/inceptionv4/tensorflow_dump.py:71
↓ 1 callersFunctiondump_logits
()
model_zoo/inceptionresnetv2/tensorflow_dump.py:90
↓ 1 callersFunctiondump_mixed_5b
(name='Mixed_5b')
model_zoo/inceptionresnetv2/tensorflow_dump.py:132
↓ 1 callersFunctiondump_mixed_6a
(name='Mixed_6a')
model_zoo/inceptionresnetv2/tensorflow_dump.py:150
↓ 1 callersFunctiondump_mixed_7a
(name='Mixed_7a')
model_zoo/inceptionresnetv2/tensorflow_dump.py:163
↓ 1 callersMethoddump_weights
(self, filename)
model_zoo/bninception/parse_caffe.py:148
↓ 1 callersMethodencode_chars
(self, sentence)
model_zoo/models/lm_1b/data_utils.py:158
↓ 1 callersMethodencode_top_state
Return the top states from encoder for decoder. Args: sess: tensorflow session. enc_inputs: encoder inputs of shape [batch_size, enc_
model_zoo/models/textsum/seq2seq_attention_model.py:259
↓ 1 callersFunctionensemble_preds
Given a dataset, a number of teachers, and some input data, this helper function queries each teacher for predictions on the data and returns a
model_zoo/models/differential_privacy/multiple_teachers/train_student.py:52
↓ 1 callersMethoderror_computation
(self)
model_zoo/models/neural_programmer/model.py:451
↓ 1 callersFunctioneval_image
Prepare one image for evaluation. Args: image: 3-D float Tensor height: integer width: integer scope: Optional scope for op_scope.
model_zoo/models/inception/inception/image_processing.py:277
↓ 1 callersFunctioneval_video
(video_data)
test_models.py:193
↓ 1 callersFunctionevaluate
Eval loop.
model_zoo/models/resnet/resnet_main.py:99
↓ 1 callersFunctionevaluate
(lines)
model_zoo/models/swivel/wordsim.py:72
↓ 1 callersFunctionevaluate
Evaluate an existing model.
model_zoo/models/neural_gpu/neural_gpu_trainer.py:399
↓ 1 callersFunctionevaluate
(sess, data, batch_size, graph, i)
model_zoo/models/neural_programmer/neural_programmer.py:106
↓ 1 callersFunctionevaluate_model
Computes perplexity-per-word over the evaluation dataset. Summaries and perplexity-per-word are written out to the eval directory. Args: ses
model_zoo/models/im2txt/im2txt/evaluate.py:56
↓ 1 callersFunctionextract_cifar10
Extracts the CIFAR-10 dataset and return numpy arrays with the different sets :param local_url: where the tar.gz archive is located locally :pa
model_zoo/models/differential_privacy/multiple_teachers/input.py:162
↓ 1 callersMethodfeed_image
(self, sess, encoded_image)
model_zoo/models/im2txt/im2txt/inference_utils/caption_generator_test.py:71
↓ 1 callersFunctionfinal_normalize
(string)
model_zoo/models/neural_programmer/wiki_data.py:103
↓ 1 callersMethodforward
(self, x)
model_zoo/inceptionv4/pytorch_load.py:32
↓ 1 callersMethodforward
(self, x)
model_zoo/inceptionresnetv2/pytorch_load.py:189
↓ 1 callersFunctionfull_normalize
(string)
model_zoo/models/neural_programmer/wiki_data.py:75
↓ 1 callersMethodget
(self, record, indice)
dataset.py:122
↓ 1 callersMethodget
(self, record, indices)
dataset.py:262
↓ 1 callersMethodget
(self, record, indices)
dataset.py:403
↓ 1 callersMethodget_augmentation
(self)
models.py:571
↓ 1 callersFunctionget_basic_layer
(info, channels=None, conv_bias=False)
model_zoo/bninception/layer_factory.py:13
↓ 1 callersFunctionget_batch
Read batches of input.
model_zoo/models/lm_1b/data_utils.py:164
↓ 1 callersMethodget_column_hidden_vectors
(self)
model_zoo/models/neural_programmer/model.py:201
↓ 1 callersFunctionget_input_tensor_names
()
model_zoo/models/compression/decoder.py:41
↓ 1 callersFunctionget_max_entry
(a)
model_zoo/models/neural_programmer/data_utils.py:200
↓ 1 callersFunctionget_output_tensor_names
()
model_zoo/models/compression/decoder.py:48
↓ 1 callersFunctionget_output_tensor_names
()
model_zoo/models/compression/encoder.py:43
↓ 1 callersFunctionget_random_block_from_data
(data, batch_size)
model_zoo/models/autoencoder/VariationalAutoencoderRunner.py:20
↓ 1 callersFunctionget_random_block_from_data
(data, batch_size)
model_zoo/models/autoencoder/AutoencoderRunner.py:17
↓ 1 callersFunctionget_random_block_from_data
(data, batch_size)
model_zoo/models/autoencoder/MaskingNoiseAutoencoderRunner.py:17
↓ 1 callersFunctionget_random_block_from_data
(data, batch_size)
model_zoo/models/autoencoder/AdditiveGaussianNoiseAutoencoderRunner.py:17
↓ 1 callersFunctionget_variables
Gets the list of variables, filtered by scope and/or suffix. Args: scope: an optional scope for filtering the variables to return. suffix:
model_zoo/models/inception/inception/slim/variables.py:114
↓ 1 callersFunctionhas_arg_scope
Checks whether a func has been decorated with @add_arg_scope or not. Args: func: function to check. Returns: a boolean.
model_zoo/models/inception/inception/slim/scopes.py:160
↓ 1 callersMethodhistory_recurrent_step
(self, curr_hprev, hprev)
model_zoo/models/neural_programmer/model.py:127
↓ 1 callersMethodid_to_word
Returns the word string of an integer word id.
model_zoo/models/im2txt/im2txt/inference_utils/vocabulary.py:73
↓ 1 callersFunctionimage_preprocessing
Decode and preprocess one image for evaluation or training. Args: image_buffer: JPEG encoded string Tensor bbox: 3-D float Tensor of boundi
model_zoo/models/inception/inception/image_processing.py:301
↓ 1 callersFunctioninception_v1_base
Defines the Inception V1 base architecture. This architecture is defined in: Going deeper with convolutions Christian Szegedy, Wei Liu, Yan
model_zoo/models/slim/nets/inception_v1.py:29
← previousnext →701–800 of 2,338, ranked by callers