MCPcopy Create free account

hub / github.com/coderSkyChen/Action_Recognition_Zoo / functions

Functions2,338 in github.com/coderSkyChen/Action_Recognition_Zoo

↓ 2 callersFunctionintegral_bounded
(fn, lb, ub)
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:79
↓ 2 callersFunctionintegral_bounded_mp
(fn, lb, ub)
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:164
↓ 2 callersFunctionisFlowCorrect
optical_flow/gpu_main.cpp:18
↓ 2 callersFunctionisFlowCorrect
optical_flow/main.cpp:16
↓ 2 callersFunctionlabels_from_probs
Helper function: computes argmax along last dimension of array to obtain labels (max prob or max logit value) :param probs: numpy array where p
model_zoo/models/differential_privacy/multiple_teachers/aggregation.py:24
↓ 2 callersMethodload_annotated_data
(self, in_file)
model_zoo/models/neural_programmer/wiki_data.py:285
↓ 2 callersMethodload_annotated_tables
(self)
model_zoo/models/neural_programmer/wiki_data.py:321
↓ 2 callersFunctionload_block8
(state_dict, name_pth, name_tf)
model_zoo/inceptionresnetv2/pytorch_load.py:364
↓ 2 callersFunctionload_mixed_4a_7a
(state_dict, name_pth, name_tf)
model_zoo/inceptionv4/pytorch_load.py:289
↓ 2 callersFunctionlogmgf_exact
Computes the logmgf value given q and privacy eps. The bound used is the min of three terms. The first term is from https://arxiv.org/pdf/1605.02
model_zoo/models/differential_privacy/multiple_teachers/analysis.py:119
↓ 2 callersMethodloss
(self)
model_zoo/models/namignizer/model.py:120
↓ 2 callersMethodmake_hard_softmax
(self, softmax)
model_zoo/models/neural_programmer/model.py:265
↓ 2 callersFunctionmake_padding
(padding_name, conv_shape)
model_zoo/inceptionresnetv2/tensorflow_dump.py:30
↓ 2 callersMethodmutable_sentence
model_zoo/models/syntaxnet/syntaxnet/parser_state.h:167
↓ 2 callersMethodneighbors
Returns the nearest neighbors to the query (a word or vector).
model_zoo/models/swivel/vecs.py:72
↓ 2 callersFunctionnetwork_fn
(images)
model_zoo/models/slim/nets/nets_factory.py:103
↓ 2 callersMethodnum_examples_per_epoch
Returns the number of examples in the data subset.
model_zoo/models/inception/inception/dataset.py:59
↓ 2 callersFunctionparse_expr
(expr)
model_zoo/bninception/layer_factory.py:8
↓ 2 callersFunctionpartial_column_match
(question, table, number)
model_zoo/models/neural_programmer/data_utils.py:173
↓ 2 callersFunctionpdf_gauss
(x, sigma, mean=0)
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:63
↓ 2 callersFunctionpdf_gauss_mp
(x, sigma, mean)
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:154
↓ 2 callersFunctionpick_one
(a)
model_zoo/models/neural_programmer/data_utils.py:248
↓ 2 callersMethodpre_process_sentence
(self, tokens, ner_tags, ner_values)
model_zoo/models/neural_programmer/wiki_data.py:245
↓ 2 callersMethodprocess_image
Decodes and processes an image string. Args: encoded_image: A scalar string Tensor; the encoded image. thread_id: Preprocessing threa
model_zoo/models/im2txt/im2txt/show_and_tell_model.py:103
↓ 2 callersFunctionrand_dup_pair
Random data pair for duplication task. Total length should be <= l.
model_zoo/models/neural_gpu/data_utils.py:99
↓ 2 callersFunctionrand_kvsort_pair
Random data pair for key-value sort. Total length should be <= l.
model_zoo/models/neural_gpu/data_utils.py:125
↓ 2 callersFunctionrand_pair
Random data pair for a task. Total length should be <= l.
model_zoo/models/neural_gpu/data_utils.py:75
↓ 2 callersFunctionrand_rev2_pair
Random data pair for reverse2 task. Total length should be <= l.
model_zoo/models/neural_gpu/data_utils.py:107
↓ 2 callersFunctionrand_search_pair
Random data pair for search task. Total length should be <= l.
model_zoo/models/neural_gpu/data_utils.py:114
↓ 2 callersFunctionread_marginals_file
Reads text file with one number per line to an array.
model_zoo/models/swivel/swivel.py:142
↓ 2 callersMethodreader
Return a reader for a single entry from the data set. See io_ops.py for details of Reader class. Returns: Reader object that reads the
model_zoo/models/inception/inception/dataset.py:95
↓ 2 callersMethodsanitize
Sanitize the given tensor. This santize a given tensor by first applying l2 norm clipping and then adding Gaussian noise. It calls the privac
model_zoo/models/differential_privacy/dp_sgd/dp_optimizer/sanitizer.py:66
↓ 2 callersFunctionsens_at_k
Return sensitivity at distane k. Args: counts: an array of scores noise_eps: noise parameter used l: moment whose sensitivity is being
model_zoo/models/differential_privacy/multiple_teachers/analysis.py:161
↓ 2 callersMethodset_descriptor
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:240
↓ 2 callersMethodset_extractor
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:234
↓ 2 callersMethodset_is_gold
model_zoo/models/syntaxnet/syntaxnet/parser_state.h:180
↓ 2 callersMethodset_prefix
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:272
↓ 2 callersMethodshorter
Gets/sets the affix that is one character shorter.
model_zoo/models/syntaxnet/syntaxnet/affix.h:60
↓ 2 callersFunctionsigmoid_cutoff
Sigmoid with cutoff, e.g., 1.2sigmoid(x) - 0.1.
model_zoo/models/neural_gpu/neural_gpu.py:41
↓ 2 callersFunctionspec
Return the target given the input for some tasks.
model_zoo/models/neural_gpu/data_utils.py:133
↓ 2 callersFunctiontask_print
(inp, output, target)
model_zoo/models/neural_gpu/data_utils.py:275
↓ 2 callersFunctiontensor_shape
Returns a heterogeneous list of tensor_dim for the tensor. See tensor_dim for a more detailed explanation. Args: tensor: Input tensor. Ret
model_zoo/models/street/python/shapes.py:203
↓ 2 callersFunctiontest_block8
(module, name)
model_zoo/inceptionresnetv2/pytorch_load.py:505
↓ 2 callersFunctiontrain_and_val_test
(modality='rgb')
process_dataset.py:15
↓ 2 callersFunctionunpickle_cifar_dic
Helper function: unpickles a dictionary (used for loading CIFAR) :param file: filename of the pickle :return: tuple of (images, labels)
model_zoo/models/differential_privacy/multiple_teachers/input.py:150
↓ 2 callersMethodupdate
(self, val, n=1)
test_models.py:75
↓ 2 callersMethodutf8_length
model_zoo/models/syntaxnet/util/utf8/unicodetext.h:293
↓ 2 callersFunctionvariable_device
Fix the variable device to colocate its ops.
model_zoo/models/inception/inception/slim/variables.py:209
↓ 2 callersFunctionword_lookup
(word, utility)
model_zoo/models/neural_programmer/data_utils.py:82
↓ 2 callersFunctionwords
Splits a line of text into tokens.
model_zoo/models/swivel/prep.py:86
↓ 2 callersFunctionwrite_embedding_tensor_to_disk
Writes tensor to output_path as tsv
model_zoo/models/swivel/swivel.py:148
↓ 2 callersFunctionwrite_vocab_and_sums
Writes vocabulary and marginal sum files.
model_zoo/models/swivel/prep.py:127
↓ 1 callersMethodAdd
model_zoo/models/syntaxnet/syntaxnet/shared_store_test.cc:84
↓ 1 callersMethodAddChar
model_zoo/models/syntaxnet/syntaxnet/char_properties.cc:180
↓ 1 callersMethodAddCharSpec
model_zoo/models/syntaxnet/syntaxnet/char_properties.cc:214
↓ 1 callersFunctionAddCrossEntropy
Adds a cross entropy cost function.
model_zoo/models/syntaxnet/syntaxnet/structured_graph_builder.py:32
↓ 1 callersMethodAddPretrainedEmbeddings
Embeddings at the given index will be set to pretrained values.
model_zoo/models/syntaxnet/syntaxnet/graph_builder.py:475
↓ 1 callersMethodAdvance
This method updates the beam. For all elements of the beam, all allowed transitions are scored and insterted into a new beam. The beam size is capped
model_zoo/models/syntaxnet/syntaxnet/beam_reader_ops.cc:184
↓ 1 callersMethodAdvanceBeam
model_zoo/models/syntaxnet/syntaxnet/beam_reader_ops.cc:435
↓ 1 callersMethodAffixForm
model_zoo/models/syntaxnet/syntaxnet/affix.cc:197
↓ 1 callersMethodAffixId
model_zoo/models/syntaxnet/syntaxnet/affix.cc:206
↓ 1 callersMethodAllFinal
model_zoo/models/syntaxnet/syntaxnet/beam_reader_ops.cc:249
↓ 1 callersFunctionBatchedSparseToDense
Batch compatible sparse to dense conversion. This is useful for one-hot coded target labels. Args: sparse_indices: [batch_size] tensor conta
model_zoo/models/syntaxnet/syntaxnet/graph_builder.py:29
↓ 1 callersMethodBeamSize
model_zoo/models/syntaxnet/syntaxnet/beam_reader_ops.cc:243
↓ 1 callersMethodBuild
Builds the model from the separate input/layers/output spec strings. Args: input_pattern: File pattern of the data in tfrecords of TF Examp
model_zoo/models/street/python/vgsl_model.py:274
↓ 1 callersMethodBuild
Builds a network with input prev_layer from a VGSLSpecs description. Args: prev_layer: The input tensor. model_str: Model definition
model_zoo/models/street/python/vgslspecs.py:62
↓ 1 callersFunctionCodepointCount
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:39
↓ 1 callersFunctionCodepointString
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:502
↓ 1 callersMethodCompute
Computes the label of the relation between the focus token and its parent. Valid focus values range from -1 to sentence->size() - 1, inclusively.
model_zoo/models/syntaxnet/syntaxnet/parser_features.cc:153
↓ 1 callersMethodCompute
Returns the first nested feature's computed value.
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:525
↓ 1 callersMethodConvertFromString
model_zoo/models/syntaxnet/syntaxnet/text_formats.cc:85
↓ 1 callersMethodConvertToString
Converts a sentence to a key/value pair.
model_zoo/models/syntaxnet/syntaxnet/text_formats.cc:166
↓ 1 callersMethodCount
model_zoo/models/swivel/fastprep.cc:441
↓ 1 callersFunctionCountErrors
Counts the drops and adds between 2 bags of iterables. Simple bag of objects count returns the number of dropped and added elements, regardless o
model_zoo/models/street/python/errorcounter.py:52
↓ 1 callersFunctionCreateVocabulary
Creates a vocabulary from the most frequent terms in the input file.
model_zoo/models/swivel/fastprep.cc:135
↓ 1 callersFunctionDecodeFixed32
Lower-level versions of Get... that read directly from a character buffer without any bounds checking.
model_zoo/models/syntaxnet/syntaxnet/utils.cc:175
↓ 1 callersMethodDecodeLoop
Decoding loop for long running process.
model_zoo/models/textsum/seq2seq_attention_decode.py:95
↓ 1 callersMethodEmbeddingDims
Returns the dimensionality of the embedding space.
model_zoo/models/syntaxnet/syntaxnet/embedding_feature_extractor.h:78
↓ 1 callersFunctionEmbeddingLookupFeatures
Computes embeddings for each entry of sparse features sparse_features. Args: params: list of 2D tensors containing vector embeddings sparse
model_zoo/models/syntaxnet/syntaxnet/graph_builder.py:45
↓ 1 callersMethodEmbeddingSize
Number of predicates for the embedding at a given index (vocabulary size.)
model_zoo/models/syntaxnet/syntaxnet/embedding_feature_extractor.h:65
↓ 1 callersMethodEpoch
model_zoo/models/syntaxnet/syntaxnet/beam_reader_ops.cc:513
↓ 1 callersFunctionEval
Builds and evaluates a network.
model_zoo/models/syntaxnet/syntaxnet/parser_eval.py:76
↓ 1 callersFunctionEval
Evaluates a network and checkpoints it to disk. Args: sess: tensorflow session to use parser: graph builder containing all ops references
model_zoo/models/syntaxnet/syntaxnet/parser_trainer.py:118
↓ 1 callersMethodEvaluate
model_zoo/models/swivel/analogy.cc:176
↓ 1 callersMethodExtend
Extend the hypothesis with result from latest step. Args: token: latest token from decoding. log_prob: log prob of the latest decoded
model_zoo/models/textsum/beam_search.py:45
↓ 1 callersMethodFeatureSize
model_zoo/models/syntaxnet/syntaxnet/lexicon_builder.cc:191
↓ 1 callersMethodFindNode
(self, name)
model_zoo/models/syntaxnet/syntaxnet/graph_builder_test.py:67
↓ 1 callersFunctionFindNumberBoundingBoxes
(root)
model_zoo/models/inception/inception/data/process_bounding_boxes.py:108
↓ 1 callersMethodGetCharStartEndBytes
Convenience function for computing start/end byte offsets of a character StringPiece relative to original text.
model_zoo/models/syntaxnet/syntaxnet/segmenter_utils.h:72
↓ 1 callersMethodGetDomainSize
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.cc:66
↓ 1 callersMethodGetFeatureValueName
Returns the feature name for a given feature value.
model_zoo/models/syntaxnet/syntaxnet/feature_types.h:152
↓ 1 callersMethodGetNumCorrect
Returns the number of correct analogies after evaluation is complete.
model_zoo/models/swivel/analogy.cc:153
↓ 1 callersMethodGetOffset
Returns the offset (i.e. row number) of a particular beam at a particular step in the final concatenated score matrix.
model_zoo/models/syntaxnet/syntaxnet/beam_reader_ops.cc:499
↓ 1 callersMethodGetUTF8Chars
model_zoo/models/syntaxnet/syntaxnet/segmenter_utils.cc:40
↓ 1 callersMethodGoldTag
Returns the gold tag for a given token.
model_zoo/models/syntaxnet/syntaxnet/tagger_transitions.cc:82
↓ 1 callersMethodGoldTag
Returns the gold tag for a given token.
model_zoo/models/syntaxnet/syntaxnet/morpher_transitions.cc:87
↓ 1 callersFunctionHash32
model_zoo/models/syntaxnet/syntaxnet/utils.cc:186
↓ 1 callersMethodIdToWord
(self, word_id)
model_zoo/models/textsum/data.py:64
↓ 1 callersMethodInit
model_zoo/models/syntaxnet/syntaxnet/beam_reader_ops.cc:373
↓ 1 callersMethodInit
Initializes the feature extractor. Must be called after Setup(). This does not take ownership over the context, which must outlive this.
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:560
← previousnext →401–500 of 2,338, ranked by callers