MCPcopy Create free account

hub / github.com/coderSkyChen/Action_Recognition_Zoo / functions

Functions2,338 in github.com/coderSkyChen/Action_Recognition_Zoo

↓ 2 callersMethodGetParamName
Get parameter name by concatenating the prefix and the original name.
model_zoo/models/syntaxnet/syntaxnet/embedding_feature_extractor.h:86
↓ 2 callersFunctionGetStartEndBytes
Gets the start end bytes of the given chars in the given text.
model_zoo/models/syntaxnet/syntaxnet/segmenter_utils_test.cc:61
↓ 2 callersFunctionInitNetwork
Constructs a python tensor flow model defined by model_spec. Args: input_pattern: File pattern of the data in tfrecords of Example. model_s
model_zoo/models/street/python/vgsl_model.py:183
↓ 2 callersFunctionIsAbsolutePath
model_zoo/models/syntaxnet/syntaxnet/utils.cc:108
↓ 2 callersMethodIsDead
model_zoo/models/syntaxnet/syntaxnet/beam_reader_ops.cc:247
↓ 2 callersFunctionIsInterchangeValid
model_zoo/models/syntaxnet/util/utf8/unilib.h:54
↓ 2 callersMethodIsTokenCorrect
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:232
↓ 2 callersMethodLabel
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:122
↓ 2 callersMethodLoadMap
(self, map_name)
model_zoo/models/syntaxnet/syntaxnet/lexicon_builder_test.py:137
↓ 2 callersFunctionLowercase
model_zoo/models/syntaxnet/syntaxnet/utils.cc:228
↓ 2 callersMethodNextElementAfter
Return -1 or the smallest Unicode char greater than c for which the CharProperty holds. Expects c == -1 or HoldsFor(c).
model_zoo/models/syntaxnet/syntaxnet/char_properties.cc:248
↓ 2 callersFunctionNextWord
Retrieves the next word from the input stream, treating words as simply being delimited by whitespace. Returns true if this is the end of a "sentence
model_zoo/models/swivel/fastprep.cc:95
↓ 2 callersMethodNumEmbeddings
Returns number of embedding spaces.
model_zoo/models/syntaxnet/syntaxnet/embedding_feature_extractor.h:70
↓ 2 callersMethodReadRecord
Reads up to the first empty line and returns false end of file is reached.
model_zoo/models/syntaxnet/syntaxnet/text_formats.cc:73
↓ 2 callersMethodReset
model_zoo/models/syntaxnet/syntaxnet/beam_reader_ops.cc:147
↓ 2 callersMethodRewind
Rewinds the corpus reader.
model_zoo/models/syntaxnet/syntaxnet/sentence_batch.h:54
↓ 2 callersMethodSetCategory
model_zoo/models/syntaxnet/syntaxnet/term_frequency_map.cc:165
↓ 2 callersMethodSetCharsAsTokens
model_zoo/models/syntaxnet/syntaxnet/segmenter_utils.cc:51
↓ 2 callersFunctionSpanInterchangeValid
model_zoo/models/syntaxnet/util/utf8/unilib.h:46
↓ 2 callersFunctionStageName
()
model_zoo/models/syntaxnet/syntaxnet/parser_trainer.py:86
↓ 2 callersMethodTakeOwnershipOf
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:146
↓ 2 callersFunctionToFMLFunction
model_zoo/models/syntaxnet/syntaxnet/fml_parser.cc:224
↓ 2 callersFunctionUTF8FirstLetterNumBytes
model_zoo/models/syntaxnet/syntaxnet/sentence_features.cc:94
↓ 2 callersFunctionUTF8ToUnicodeText
Create a UnicodeText from a UTF-8 string or buffer. If do_copy is true, then a copy of the string is made. The copy is owned by the resulting Unicode
model_zoo/models/syntaxnet/util/utf8/unicodetext.h:437
↓ 2 callersMethodUpdateArgs
model_zoo/models/syntaxnet/syntaxnet/sentence_features.h:628
↓ 2 callersMethodValidateTagToCategoryMap
(self)
model_zoo/models/syntaxnet/syntaxnet/lexicon_builder_test.py:130
↓ 2 callersMethodWorkspace
Create an empty workspace.
model_zoo/models/syntaxnet/syntaxnet/workspace.h:42
↓ 2 callersMethod_AddBeamReader
Adds an op capable of reading sentences and parsing them with a beam.
model_zoo/models/syntaxnet/syntaxnet/structured_graph_builder.py:76
↓ 2 callersMethod_AddLearningRate
Returns a learning rate that decays by 0.96 every decay_steps. Args: initial_learning_rate: initial value of the learning rate decay_
model_zoo/models/syntaxnet/syntaxnet/graph_builder.py:456
↓ 2 callersMethod_BestHyps
Sort the hyps based on log probs and length. Args: hyps: A list of hypothesis. Returns: hyps: A list of sorted hypothesis in reve
model_zoo/models/textsum/beam_search.py:143
↓ 2 callersMethod_BuildSequence
Adds a sequence of beam parsing steps.
model_zoo/models/syntaxnet/syntaxnet/structured_graph_builder.py:95
↓ 2 callersMethod_GetExFeatureText
Extract text for a feature from td.Example. Args: ex: tf.Example. key: key of the feature to be extracted. Returns: feature
model_zoo/models/textsum/batch_reader.py:254
↓ 2 callersFunction_ListUnion
Returns the union of two lists. Python sets can have a non-deterministic iteration order. In some contexts, this could lead to TensorFlow produci
model_zoo/models/differential_privacy/dp_sgd/per_example_gradients/per_example_gradients.py:25
↓ 2 callersMethod_NonLinearity
Returns the non-linearity function pointer for the given string code. For forwards compatibility, allows the full names for stand-alone non-l
model_zoo/models/street/python/vgslspecs.py:484
↓ 2 callersFunction_RunningAvgLoss
Calculate the running average of losses.
model_zoo/models/textsum/seq2seq_attention.py:68
↓ 2 callersMethod__init__
(self, num_class, num_segments, modality, base_model='BNInception', new_length=None,
models.py:249
↓ 2 callersFunction_add_to_tfrecord
Loads data from the binary MNIST files and writes files to a TFRecord. Args: data_filename: The filename of the MNIST images. labels_filena
model_zoo/models/slim/datasets/download_and_convert_mnist.py:102
↓ 2 callersFunction_add_to_tfrecord
Loads data from the cifar10 pickle files and writes files to a TFRecord. Args: filename: The filename of the cifar10 pickle file. tfrecord_
model_zoo/models/slim/datasets/download_and_convert_cifar10.py:64
↓ 2 callersFunction_aspect_preserving_resize
Resize images preserving the original aspect ratio. Args: image: A 3-D image `Tensor`. smallest_side: A python integer or scalar `Tensor` i
model_zoo/models/slim/preprocessing/vgg_preprocessing.py:266
↓ 2 callersFunction_bytes_feature
Wrapper for inserting a bytes Feature into a SequenceExample proto.
model_zoo/models/im2txt/im2txt/data/build_mscoco_data.py:187
↓ 2 callersFunction_convert_dataset
Converts the given filenames to a TFRecord dataset. Args: split_name: The name of the dataset, either 'train' or 'validation'. filenames: A
model_zoo/models/slim/datasets/download_and_convert_flowers.py:107
↓ 2 callersMethod_create_restore_fn
Creates a function that restores a model from checkpoint. Args: checkpoint_path: Checkpoint file or a directory containing a checkpoint
model_zoo/models/im2txt/im2txt/inference_utils/inference_wrapper_base.py:73
↓ 2 callersFunction_crop
Crops the given image using the provided offsets and sizes. Note that the method doesn't assume we know the input image size but it does assume w
model_zoo/models/slim/preprocessing/vgg_preprocessing.py:49
↓ 2 callersFunction_current_arg_scope
()
model_zoo/models/inception/inception/slim/scopes.py:73
↓ 2 callersMethod_differential_moments
Compute 0 to t-th differential moments for Gaussian variable. E[(P(x+s)/P(x+s-1)-1)^t] = sum_{i=0}^t (t choose i) (-1)^{t-i} E[(P(x+s)/
model_zoo/models/differential_privacy/privacy_accountant/tf/accountant.py:338
↓ 2 callersFunction_gather_clone_loss
Gather the loss for a single clone. Args: clone: A Clone namedtuple. num_clones: The number of clones being deployed. regularization_lo
model_zoo/models/slim/deployment/model_deploy.py:200
↓ 2 callersFunction_get_dataset_filename
(dataset_dir, split_name, shard_id)
model_zoo/models/slim/datasets/download_and_convert_flowers.py:101
↓ 2 callersFunction_get_output_filename
Creates the output filename. Args: dataset_dir: The directory where the temporary files are stored. split_name: The name of the train/test
model_zoo/models/slim/datasets/download_and_convert_mnist.py:132
↓ 2 callersFunction_get_output_filename
Creates the output filename. Args: dataset_dir: The dataset directory where the dataset is stored. split_name: The name of the train/test s
model_zoo/models/slim/datasets/download_and_convert_cifar10.py:108
↓ 2 callersFunction_input_placeholder
This helper function declares a TF placeholder for the graph input data :return: TF placeholder for the graph input data
model_zoo/models/differential_privacy/multiple_teachers/deep_cnn.py:429
↓ 2 callersFunction_int64_feature
Wrapper for inserting an int64 Feature into a SequenceExample proto.
model_zoo/models/im2txt/im2txt/data/build_mscoco_data.py:182
↓ 2 callersFunction_load_and_process_metadata
Loads image metadata from a JSON file and processes the captions. Args: captions_file: JSON file containing caption annotations. image_dir:
model_zoo/models/im2txt/im2txt/data/build_mscoco_data.py:397
↓ 2 callersFunction_mean_image_subtraction
Subtracts the given means from each image channel. For example: means = [123.68, 116.779, 103.939] image = _mean_image_subtraction(image, m
model_zoo/models/slim/preprocessing/vgg_preprocessing.py:203
↓ 2 callersFunction_process_dataset
Process a complete data set and save it as a TFRecord. Args: name: string, unique identifier specifying the data set. directory: string, ro
model_zoo/models/inception/inception/data/build_image_data.py:402
↓ 2 callersFunction_process_dataset
Process a complete data set and save it as a TFRecord. Args: name: string, unique identifier specifying the data set. directory: string, ro
model_zoo/models/inception/inception/data/build_imagenet_data.py:584
↓ 2 callersFunction_rand
(*size)
model_zoo/models/street/python/shapes_test.py:22
↓ 2 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_v3.py:529
↓ 2 callersFunctionaccuracy
Computes the precision@k for the specified values of k
main.py:439
↓ 2 callersMethodanswer_classification
(self)
model_zoo/models/neural_programmer/wiki_data.py:410
↓ 2 callersFunctionapply_with_random_selector
Computes func(x, sel), with sel sampled from [0...num_cases-1]. Args: x: input Tensor. func: Python function to apply. num_cases: Pytho
model_zoo/models/slim/preprocessing/inception_preprocessing.py:26
↓ 2 callersMethodavailable_subsets
Returns the list of available subsets.
model_zoo/models/inception/inception/dataset.py:72
↓ 2 callersFunctionbatch_inputs
Contruct batches of training or evaluation examples from the image dataset. Args: dataset: instance of Dataset class specifying the dataset.
model_zoo/models/inception/inception/image_processing.py:407
↓ 2 callersFunctionbatch_norm
Adds a Batch Normalization layer. Args: inputs: a tensor of size [batch_size, height, width, channels] or [batch_size, channels].
model_zoo/models/inception/inception/slim/ops.py:43
↓ 2 callersMethodbeam_search
Runs beam search caption generation on a single image. Args: sess: TensorFlow Session object. encoded_image: An encoded image string.
model_zoo/models/im2txt/im2txt/inference_utils/caption_generator.py:131
↓ 2 callersMethodbuild_graph
Build a whole graph for the model.
model_zoo/models/resnet/resnet_model.py:56
↓ 2 callersFunctionbuild_tfrecord_input
Create input tfrecord tensors. Args: training: training or validation data. Returns: list of tensors corresponding to images, actions, an
model_zoo/models/video_prediction/prediction_input.py:42
↓ 2 callersFunctionbytes_feature
Returns a TF-Feature of bytes. Args: values: A string. Returns: a TF-Feature.
model_zoo/models/slim/datasets/dataset_utils.py:44
↓ 2 callersFunctioncheck_for_zero
In a sparse batch of ints, make 1.0 if it's 0 and 0.0 else.
model_zoo/models/neural_gpu/neural_gpu.py:130
↓ 2 callersFunctioncheck_processed_cols
(col, utility)
model_zoo/models/neural_programmer/data_utils.py:255
↓ 2 callersFunctioncompute_a
(sigma, q, lmbd, verbose=False)
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:91
↓ 2 callersFunctioncompute_a_mp
(sigma, q, lmbd, verbose=False)
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:176
↓ 2 callersMethodcompute_first_or_last
(self, select, first=True)
model_zoo/models/neural_programmer/model.py:239
↓ 2 callersMethodcompute_max_or_min
(self, select, maxi=True)
model_zoo/models/neural_programmer/model.py:274
↓ 2 callersFunctionconstruct_model
Build convolutional lstm video predictor using STP, CDNA, or DNA. Args: images: tensor of ground truth image sequences actions: tensor of a
model_zoo/models/video_prediction/prediction_model.py:32
↓ 2 callersFunctionconvertFlowToImage
optical_flow/gpu_main.cpp:155
↓ 2 callersFunctionconvertFlowToImage
optical_flow/main.cpp:153
↓ 2 callersFunctionconvert_to_bool_and_pad
(a, utility)
model_zoo/models/neural_programmer/data_utils.py:106
↓ 2 callersMethoddecode_jpeg
(self, sess, image_data)
model_zoo/models/slim/datasets/download_and_convert_flowers.py:64
↓ 2 callersMethoddescriptor
Returns/sets the feature function descriptor.
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:239
↓ 2 callersFunctiondistributions_mp
(sigma, q)
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:169
↓ 2 callersFunctiondump_block8
(name='Repeat_2/block8_1')
model_zoo/inceptionresnetv2/tensorflow_dump.py:172
↓ 2 callersFunctiondump_mixed_4a_7a
(name='Mixed_4a')
model_zoo/inceptionv4/tensorflow_dump.py:112
↓ 2 callersFunctionembeddings_with_init
Creates and initializes the embedding tensors.
model_zoo/models/swivel/swivel.py:94
↓ 2 callersFunctionexact_column_match
(question, table, number)
model_zoo/models/neural_programmer/data_utils.py:184
↓ 2 callersFunctionexact_match
(question, table, number)
model_zoo/models/neural_programmer/data_utils.py:143
↓ 2 callersMethodextract
Extracts all elements from the TopN. This is a destructive operation. The only method that can be called immediately after extract() is reset().
model_zoo/models/im2txt/im2txt/inference_utils/caption_generator.py:78
↓ 2 callersFunctionextract_mnist_data
Extract the images into a 4D tensor [image index, y, x, channels]. Values are rescaled from [0, 255] down to [-0.5, 0.5].
model_zoo/models/differential_privacy/multiple_teachers/input.py:255
↓ 2 callersFunctionextract_mnist_labels
Extract the labels into a vector of int64 label IDs.
model_zoo/models/differential_privacy/multiple_teachers/input.py:276
↓ 2 callersMethodextractor
Returns/sets the feature extractor this function belongs to.
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:233
↓ 2 callersMethodfill_fix_offset
(more_fix_crop, image_w, image_h, crop_w, crop_h)
transforms.py:185
↓ 2 callersFunctionflush_coocs
()
model_zoo/models/swivel/prep.py:159
↓ 2 callersMethodget_optim_policies
(self)
models.py:371
↓ 2 callersMethodget_privacy_spent
(self, unused_sess, **unused_kwargs)
model_zoo/models/differential_privacy/privacy_accountant/tf/accountant.py:409
↓ 2 callersMethodget_utf8
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:460
↓ 2 callersMethodget_utf8_string
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:468
↓ 2 callersFunctiongo
(fhs)
model_zoo/models/swivel/text2bin.py:64
↓ 2 callersFunctiongroup_by_max
(table, number)
model_zoo/models/neural_programmer/data_utils.py:225
↓ 2 callersFunctioninception_v3_base
Inception model from http://arxiv.org/abs/1512.00567. Constructs an Inception v3 network from inputs to the given final endpoint. This method can
model_zoo/models/slim/nets/inception_v3.py:29
↓ 2 callersFunctioninference
Build the CNN model. Args: images: Images returned from distorted_inputs() or inputs(). dropout: Boolean controling whether to use dropout o
model_zoo/models/differential_privacy/multiple_teachers/deep_cnn.py:83
↓ 2 callersFunctioninference_deeper
Build a deeper CNN model. Args: images: Images returned from distorted_inputs() or inputs(). dropout: Boolean controling whether to use drop
model_zoo/models/differential_privacy/multiple_teachers/deep_cnn.py:193
← previousnext →301–400 of 2,338, ranked by callers