Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderSkyChen/Action_Recognition_Zoo
/ functions
Functions
2,338 in github.com/coderSkyChen/Action_Recognition_Zoo
⨍
Functions
2,338
◇
Types & classes
410
↓ 7 callers
Method
type
Returns feature type for an element in the feature vector.
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:88
↓ 6 callers
Method
DebugString
model_zoo/models/syntaxnet/syntaxnet/workspace.cc:22
↓ 6 callers
Method
GetNextGoldAction
Returns the next gold action for a given state according to the underlying annotated sentence.
model_zoo/models/syntaxnet/syntaxnet/tagger_transitions.cc:190
↓ 6 callers
Function
IsValidCodepoint
Returns true if 'c' is in the range [0, 0xD800) or [0xE000, 0x10FFFF] (i.e., is not a surrogate codepoint). See also IsValidCodepoint(const char* src)
model_zoo/models/syntaxnet/util/utf8/unilib_utf8_utils.h:31
↓ 6 callers
Method
NewTransitionState
Returns a new transition state that can be used to put additional information in a parser state. By specifying if we are in training_mode (true) or no
model_zoo/models/syntaxnet/syntaxnet/parser_transitions.h:160
↓ 6 callers
Method
PerformActionWithoutHistory
Makes a shift by pushing the next input token on the stack and moving to the next position.
model_zoo/models/syntaxnet/syntaxnet/tagger_transitions.cc:205
↓ 6 callers
Method
Preprocess
Runs ComputeValue for each token in the sentence.
model_zoo/models/syntaxnet/syntaxnet/sentence_features.cc:157
↓ 6 callers
Method
Read
model_zoo/models/syntaxnet/syntaxnet/affix.cc:73
↓ 6 callers
Method
Reset
model_zoo/models/syntaxnet/syntaxnet/affix.cc:62
↓ 6 callers
Method
_GetLayerName
Generates a name for the op, using a user-supplied name if possible. Args: op_str: String representing the parsed op. index:
model_zoo/models/street/python/vgslspecs.py:504
↓ 6 callers
Function
_bytes_feature
Wrapper for inserting bytes features into Example proto.
model_zoo/models/inception/inception/data/build_imagenet_data.py:172
↓ 6 callers
Function
_two_element_tuple
Converts `int_or_tuple` to height, width. Several of the functions that follow accept arguments as either a tuple of 2 integers or a single integ
model_zoo/models/inception/inception/slim/ops.py:135
↓ 6 callers
Method
build
Creates all ops for training and evaluation.
model_zoo/models/im2txt/im2txt/show_and_tell_model.py:350
↓ 6 callers
Method
caching_device
Returns the device to use for caching variables. Variables are cached on the worker CPU when using replicas. Returns: A device string
model_zoo/models/slim/deployment/model_deploy.py:567
↓ 6 callers
Method
clear
This implementation of clear() deallocates the buffer if we're an owner. That's not strictly necessary; we could just set size_ to 0.
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:134
↓ 6 callers
Method
data_files
Returns a python list of all (sharded) data subset files. Returns: python list of all (sharded) data set files. Raises: ValueErro
model_zoo/models/inception/inception/dataset.py:76
↓ 6 callers
Function
distance
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:43
↓ 6 callers
Method
label
(self)
dataset.py:28
↓ 6 callers
Method
size
model_zoo/models/syntaxnet/syntaxnet/workspace.h:188
↓ 6 callers
Function
test_conv2d
(module, name)
model_zoo/inceptionv4/pytorch_load.py:393
↓ 6 callers
Function
weight_variable
Helper function to create a weight variable initialized with a normal distribution Parameters ---------- shape : list Size of
model_zoo/models/transformer/tf_utils.py:97
↓ 5 callers
Method
Clear
model_zoo/models/syntaxnet/syntaxnet/shared_store.cc:55
↓ 5 callers
Method
FeatureSize
model_zoo/models/syntaxnet/syntaxnet/beam_reader_ops.cc:503
↓ 5 callers
Method
GetLengths
Returns the lengths of the batch of elements in the given dimension. WARNING: The returned sizes may not exactly match TF's calculation. Args
model_zoo/models/street/python/vgslspecs.py:125
↓ 5 callers
Function
GetUTF8Chars
model_zoo/models/syntaxnet/syntaxnet/sentence_features.cc:86
↓ 5 callers
Method
GoldHead
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:205
↓ 5 callers
Method
LookupIndex
Returns the term index or the unknown value. Used inside GetTokenIndex() specializations for convenience.
model_zoo/models/syntaxnet/syntaxnet/sentence_features.h:257
↓ 5 callers
Method
NumTokens
Returns the number of tokens in the sentence.
model_zoo/models/syntaxnet/syntaxnet/parser_state.h:71
↓ 5 callers
Method
PointTo
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:155
↓ 5 callers
Method
Train
(self, **kwargs)
model_zoo/models/syntaxnet/syntaxnet/beam_reader_ops_test.py:102
↓ 5 callers
Method
_AddParam
Add a model parameter w.r.t. we expect to compute gradients. _AddParam creates both regular parameters (usually for training) and averaged no
model_zoo/models/syntaxnet/syntaxnet/graph_builder.py:213
↓ 5 callers
Method
_BuildNetwork
Builds a feed-forward part of the net given features as input. The network topology is already defined in the constructor, so multiple calls
model_zoo/models/syntaxnet/syntaxnet/graph_builder.py:306
↓ 5 callers
Method
_CodesFromCTC
Collapses CTC output to regular output. Args: ctc_labels: List of class labels including null characters to remove. merge_dups: If Tr
model_zoo/models/street/python/decoder.py:206
↓ 5 callers
Function
_bytes_feature
Wrapper for inserting bytes features into Example proto.
model_zoo/models/inception/inception/data/build_image_data.py:114
↓ 5 callers
Function
_get_arg_stack
()
model_zoo/models/inception/inception/slim/scopes.py:63
↓ 5 callers
Function
_int64_feature
Wrapper for inserting int64 features into Example proto.
model_zoo/models/inception/inception/data/build_imagenet_data.py:158
↓ 5 callers
Function
_rand
(*size)
model_zoo/models/street/python/vgsl_model_test.py:28
↓ 5 callers
Function
bias_variable
Helper function to create a bias variable initialized with a constant value. Parameters ---------- shape : list Size of weight
model_zoo/models/transformer/tf_utils.py:110
↓ 5 callers
Method
decode
Convert a list of ids to a sentence, with space inserted.
model_zoo/models/lm_1b/data_utils.py:83
↓ 5 callers
Method
decode_jpeg
(self, encoded_jpeg)
model_zoo/models/im2txt/im2txt/data/build_mscoco_data.py:174
↓ 5 callers
Function
image_whitening
Subtracts mean of image and divides by adjusted standard variance (for stability). Operations are per image but performed for the entire array.
model_zoo/models/differential_privacy/multiple_teachers/input.py:89
↓ 5 callers
Function
is_date
(word)
model_zoo/models/neural_programmer/wiki_data.py:184
↓ 5 callers
Function
maybe_download
Download a set of files in temporary local folder :param directory: the directory where to download :return: a tuple of filepaths correspondin
model_zoo/models/differential_privacy/multiple_teachers/input.py:47
↓ 5 callers
Function
print_out
Print a message out and log it to file.
model_zoo/models/neural_gpu/data_utils.py:255
↓ 5 callers
Method
reserve
Reserves space in the underlying feature vector.
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:85
↓ 5 callers
Method
step
Run a step of the network.
model_zoo/models/neural_gpu/neural_gpu.py:290
↓ 5 callers
Method
transition_state
Returns the transition system-specific state.
model_zoo/models/syntaxnet/syntaxnet/parser_state.h:170
↓ 4 callers
Method
ActionAsString
Returns a string representation of a parser action.
model_zoo/models/syntaxnet/syntaxnet/tagger_transitions.cc:222
↓ 4 callers
Method
AddSaver
Adds ops to save and restore model parameters. Args: slim_model: whether only averaged variables are saved. Returns: the saver o
model_zoo/models/syntaxnet/syntaxnet/graph_builder.py:550
↓ 4 callers
Method
Advance
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:82
↓ 4 callers
Method
BuildLexicon
(self)
model_zoo/models/syntaxnet/syntaxnet/lexicon_builder_test.py:157
↓ 4 callers
Method
Clone
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:51
↓ 4 callers
Function
ComputeErrorRate
Returns a sanitized percent error rate from the raw counts. Prevents div by 0 and clips return to 100%. Args: error_count: Number of errors.
model_zoo/models/street/python/errorcounter.py:107
↓ 4 callers
Method
Copy
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:141
↓ 4 callers
Method
ExtractFeatures
Extracts features from an object with a focus. This invokes all the top-level feature functions in the feature extractor. Only feature functions belon
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:585
↓ 4 callers
Method
GetFeatureValueName
model_zoo/models/syntaxnet/syntaxnet/parser_features.cc:38
↓ 4 callers
Function
GetTaskContext
model_zoo/models/syntaxnet/syntaxnet/document_filters.cc:46
↓ 4 callers
Method
Head
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:116
↓ 4 callers
Method
HoldsFor
model_zoo/models/syntaxnet/syntaxnet/char_properties.cc:232
↓ 4 callers
Function
IsTrailByte
Returns true if this byte is a trailing UTF-8 byte (10xx xxxx)
model_zoo/models/syntaxnet/util/utf8/unilib_utf8_utils.h:58
↓ 4 callers
Method
LabelAsString
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:236
↓ 4 callers
Method
Load
model_zoo/models/syntaxnet/syntaxnet/term_frequency_map.cc:54
↓ 4 callers
Method
MakeSparseFeatures
(self, ids, weights)
model_zoo/models/syntaxnet/syntaxnet/graph_builder_test.py:271
↓ 4 callers
Method
NumStarts
Returns the number of start tokens that have already been identified. In other words, number of start tokens between the first token of the sentence a
model_zoo/models/syntaxnet/syntaxnet/binary_segment_state.h:67
↓ 4 callers
Method
NumValues
Number of unique values.
model_zoo/models/syntaxnet/syntaxnet/sentence_features.h:325
↓ 4 callers
Function
OutputDocuments
Outputs the given batch of sentences as a tensor and deletes them.
model_zoo/models/syntaxnet/syntaxnet/document_filters.cc:57
↓ 4 callers
Method
Parse
model_zoo/models/syntaxnet/syntaxnet/fml_parser.cc:119
↓ 4 callers
Method
PerformAction
model_zoo/models/syntaxnet/syntaxnet/parser_transitions.cc:25
↓ 4 callers
Method
Populate
model_zoo/models/syntaxnet/syntaxnet/populate_test_inputs.cc:45
↓ 4 callers
Method
RunAStep
Runs a step for eval in the session. Args: sess: Session in which to run the model. Returns: output tensor result, lab
model_zoo/models/street/python/vgsl_model.py:347
↓ 4 callers
Method
TrainAStep
Runs a training step in the session. Args: sess: Session in which to train the model. Returns: loss, global_step.
model_zoo/models/street/python/vgsl_model.py:324
↓ 4 callers
Method
ValidateDocuments
(self)
model_zoo/models/syntaxnet/syntaxnet/lexicon_builder_test.py:112
↓ 4 callers
Method
WriteContext
(self, corpus_format)
model_zoo/models/syntaxnet/syntaxnet/lexicon_builder_test.py:92
↓ 4 callers
Function
_AddRateToSummary
Adds the given rate to the summary with the given tag. Args: tag: Name for this value. rate: Value to add to the summary. Perhaps an err
model_zoo/models/street/python/vgsl_model.py:588
↓ 4 callers
Function
_LoadModel
Load the model from GraphDef and Checkpoint. Args: gd_file: GraphDef proto text file. ckpt_file: TensorFlow Checkpoint file. Returns:
model_zoo/models/lm_1b/lm_1b_eval.py:73
↓ 4 callers
Method
_checkOutputs
Verifies that the model produces expected outputs. Args: expected_shapes: A dict mapping Tensor or Tensor name to expected output s
model_zoo/models/im2txt/im2txt/show_and_tell_model_test.py:90
↓ 4 callers
Method
_convert_word_to_char_ids
(self, word)
model_zoo/models/lm_1b/data_utils.py:141
↓ 4 callers
Function
_float_feature
Wrapper for inserting float features into Example proto.
model_zoo/models/inception/inception/data/build_imagenet_data.py:165
↓ 4 callers
Function
_int64_feature
Wrapper for inserting int64 features into Example proto.
model_zoo/models/inception/inception/data/build_image_data.py:107
↓ 4 callers
Function
_int64s
(xs)
model_zoo/models/swivel/prep.py:264
↓ 4 callers
Function
_int64s
(xs)
model_zoo/models/swivel/glove_to_shards.py:173
↓ 4 callers
Method
_next_device
Round robin the gpu device. (Reserve last gpu for expensive op).
model_zoo/models/textsum/seq2seq_attention_model.py:103
↓ 4 callers
Function
_to_np_float64
(v)
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:52
↓ 4 callers
Method
_verifyParameterCounts
Verifies the number of parameters in the inception model.
model_zoo/models/im2txt/im2txt/ops/image_embedding_test.py:53
↓ 4 callers
Method
calc_total_cost
(self, X)
model_zoo/models/autoencoder/autoencoder_models/Autoencoder.py:41
↓ 4 callers
Function
dump_mixed_5
(name='Mixed_5b')
model_zoo/inceptionv4/tensorflow_dump.py:120
↓ 4 callers
Method
form
Returns the textual representation of the affix.
model_zoo/models/syntaxnet/syntaxnet/affix.h:54
↓ 4 callers
Method
get_batch
(self, batch_size, num_steps, pad=False, forever=True)
model_zoo/models/lm_1b/data_utils.py:273
↓ 4 callers
Method
id
Returns unique id of affix.
model_zoo/models/syntaxnet/syntaxnet/affix.h:51
↓ 4 callers
Method
id_to_word
(self, cur_id)
model_zoo/models/lm_1b/data_utils.py:78
↓ 4 callers
Function
integral_inf_mp
(fn)
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:159
↓ 4 callers
Method
is_gold
Gets/sets the flag which says that the state was obtained though gold transitions only.
model_zoo/models/syntaxnet/syntaxnet/parser_state.h:179
↓ 4 callers
Method
is_money
(self, word)
model_zoo/models/neural_programmer/wiki_data.py:219
↓ 4 callers
Function
load_mixed_5
(state_dict, name_pth, name_tf)
model_zoo/inceptionv4/pytorch_load.py:297
↓ 4 callers
Method
max_length
Returns the maximum affix length.
model_zoo/models/syntaxnet/syntaxnet/affix.h:130
↓ 4 callers
Function
multi_test
Run multiple tests at lower batch size to save memory.
model_zoo/models/neural_gpu/neural_gpu_trainer.py:192
↓ 4 callers
Method
next
Returns the next component in the component list.
model_zoo/models/syntaxnet/syntaxnet/registry.h:153
↓ 4 callers
Method
partial_fit
(self, X)
model_zoo/models/autoencoder/autoencoder_models/Autoencoder.py:37
↓ 4 callers
Method
rbegin
model_zoo/models/syntaxnet/util/utf8/unicodetext.h:270
↓ 4 callers
Function
resnet_v1
Generator for v1 ResNet models. This function generates a family of ResNet v1 models. See the resnet_v1_*() methods for specific model instantiat
model_zoo/models/slim/nets/resnet_v1.py:115
← previous
next →
101–200 of 2,338, ranked by callers