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
↓ 403 callers
Method
append
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:163
↓ 144 callers
Method
size
Returns size of the affix table.
model_zoo/models/syntaxnet/syntaxnet/affix.h:127
↓ 101 callers
Method
info
(self)
model_zoo/bninception/parse_caffe.py:138
↓ 89 callers
Method
end
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:412
↓ 75 callers
Method
push_back
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:354
↓ 71 callers
Method
get
Named accessor/initializer:
model_zoo/models/syntaxnet/syntaxnet/utils.h:188
↓ 59 callers
Method
empty
Clear text.
model_zoo/models/syntaxnet/util/utf8/unicodetext.h:145
↓ 53 callers
Method
begin
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:408
↓ 43 callers
Method
size
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:371
↓ 42 callers
Function
dump_conv2d
(name='Conv2d_1a_3x3')
model_zoo/inceptionv4/tensorflow_dump.py:37
↓ 42 callers
Function
load_conv2d
(state_dict, name_pth, name_tf)
model_zoo/inceptionv4/pytorch_load.py:273
↓ 40 callers
Method
add
Adds feature type and value pair to feature vector.
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:74
↓ 39 callers
Method
size
(self)
model_zoo/models/lm_1b/data_utils.py:70
↓ 38 callers
Function
dump_conv2d
(name='Conv2d_1a_3x3')
model_zoo/inceptionresnetv2/tensorflow_dump.py:40
↓ 38 callers
Method
find
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:306
↓ 38 callers
Function
load_conv2d
(state_dict, name_pth, name_tf)
model_zoo/inceptionresnetv2/pytorch_load.py:302
↓ 38 callers
Function
test_conv2d
(module, name)
model_zoo/inceptionresnetv2/pytorch_load.py:437
↓ 36 callers
Method
Increment
model_zoo/models/syntaxnet/syntaxnet/term_frequency_map.cc:30
↓ 35 callers
Method
GetInput
model_zoo/models/syntaxnet/syntaxnet/task_context.cc:28
↓ 32 callers
Function
AreDimsEqual
model_zoo/models/street/cc/rnn_ops.cc:43
↓ 32 callers
Method
reset
Returns the TopN to an empty state.
model_zoo/models/im2txt/im2txt/inference_utils/caption_generator.py:96
↓ 29 callers
Method
sentence
model_zoo/models/syntaxnet/syntaxnet/sentence_batch.h:58
↓ 29 callers
Method
update
(self, val, n=1)
main.py:417
↓ 28 callers
Method
AddCharProperty
model_zoo/models/syntaxnet/syntaxnet/char_properties.cc:204
↓ 28 callers
Method
utf8_data
UTF-8-specific methods Return the data, length, and capacity of UTF-8-encoded version of the text. Length and capacity are measured in bytes.
model_zoo/models/syntaxnet/util/utf8/unicodetext.h:292
↓ 26 callers
Method
AddStart
Adds the token at given index as a new start token.
model_zoo/models/syntaxnet/syntaxnet/binary_segment_state.h:79
↓ 26 callers
Method
Size
Returns the number of terms with positive frequency.
model_zoo/models/syntaxnet/syntaxnet/term_frequency_map.h:42
↓ 25 callers
Method
value
Returns feature value for an element in the feature vector.
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:91
↓ 24 callers
Method
_assertCollectionSize
(self, expected_size, collection)
model_zoo/models/im2txt/im2txt/ops/image_embedding_test.py:76
↓ 23 callers
Method
Input
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:77
↓ 21 callers
Function
get_variables
(scope=None)
model_zoo/models/inception/inception/slim/collections_test.py:25
↓ 21 callers
Method
load
(self)
model_zoo/models/neural_programmer/wiki_data.py:180
↓ 21 callers
Method
resize
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:120
↓ 20 callers
Method
name
Returns component name.
model_zoo/models/syntaxnet/syntaxnet/registry.h:76
↓ 19 callers
Method
clear
Removes all elements from the feature vector.
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:79
↓ 18 callers
Method
NodeFound
(self, name)
model_zoo/models/syntaxnet/syntaxnet/graph_builder_test.py:73
↓ 18 callers
Function
create_test_input
Create test input tensor. Args: batch_size: The number of images per batch or `None` if unknown. height: The height of each image or `None`
model_zoo/models/slim/nets/resnet_v1_test.py:30
↓ 18 callers
Function
create_test_input
Create test input tensor. Args: batch_size: The number of images per batch or `None` if unknown. height: The height of each image or `None`
model_zoo/models/slim/nets/resnet_v2_test.py:30
↓ 18 callers
Method
length
Returns the length of the affix.
model_zoo/models/syntaxnet/syntaxnet/affix.h:57
↓ 17 callers
Method
EndOfInput
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:87
↓ 17 callers
Method
Next
model_zoo/models/syntaxnet/syntaxnet/fml_parser.cc:44
↓ 16 callers
Function
Join
model_zoo/models/syntaxnet/syntaxnet/utils.h:60
↓ 16 callers
Method
StackSize
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:112
↓ 16 callers
Method
ToString
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:244
↓ 16 callers
Function
_variable_on_cpu
Helper to create a Variable stored on CPU memory. Args: name: name of the variable shape: list of ints initializer: initializer for Var
model_zoo/models/differential_privacy/multiple_teachers/deep_cnn.py:43
↓ 15 callers
Function
OutputPath
(path)
model_zoo/models/syntaxnet/syntaxnet/parser_trainer.py:90
↓ 15 callers
Function
_variable_with_weight_decay
Helper to create an initialized Variable with weight decay. Note that the Variable is initialized with a truncated normal distribution. A weight
model_zoo/models/differential_privacy/multiple_teachers/deep_cnn.py:59
↓ 15 callers
Method
parameters
(self, utility)
model_zoo/models/neural_programmer/parameters.py:29
↓ 14 callers
Method
CheckTokenization
(self, sentence, tokenization)
model_zoo/models/syntaxnet/syntaxnet/text_formats_test.py:78
↓ 14 callers
Method
Save
model_zoo/models/syntaxnet/syntaxnet/term_frequency_map.cc:116
↓ 14 callers
Function
is_number
(x)
model_zoo/models/neural_programmer/wiki_data.py:118
↓ 13 callers
Method
RandomUniformInit
Returns a RandomUniform Tensor between -param_init and param_init.
model_zoo/models/neural_programmer/parameters.py:78
↓ 13 callers
Method
Setup
model_zoo/models/syntaxnet/syntaxnet/sentence_features.cc:32
↓ 13 callers
Function
get_variables_by_name
(name)
model_zoo/models/inception/inception/slim/collections_test.py:29
↓ 12 callers
Method
AddParseToDocument
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:227
↓ 12 callers
Method
IsFinalState
We are in a final state when we reached the end of the input and the stack is empty.
model_zoo/models/syntaxnet/syntaxnet/tagger_transitions.cc:217
↓ 12 callers
Method
Stack
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:106
↓ 12 callers
Method
clone_scope
Name scope to create the clone. Args: clone_index: Int, representing the clone_index. Returns: A name_scope suitable for `tf.nam
model_zoo/models/slim/deployment/model_deploy.py:604
↓ 12 callers
Method
minimize
Minimize using sanitized gradients. This gets a var_list which is the list of trainable variables. For each var in var_list, we defined a gra
model_zoo/models/differential_privacy/dp_sgd/dp_optimizer/dp_optimizer.py:100
↓ 11 callers
Method
Get
model_zoo/models/syntaxnet/syntaxnet/shared_store.h:133
↓ 11 callers
Method
Init
model_zoo/models/syntaxnet/syntaxnet/sentence_batch.cc:26
↓ 11 callers
Function
Split
model_zoo/models/syntaxnet/syntaxnet/utils.cc:84
↓ 11 callers
Method
WordToId
(self, word)
model_zoo/models/textsum/data.py:59
↓ 11 callers
Function
add_and_check_final
(name, net)
model_zoo/models/slim/nets/inception_v4.py:169
↓ 11 callers
Method
clone_device
Device used to create the clone and all the ops inside the clone. Args: clone_index: Int, representing the clone_index. Returns:
model_zoo/models/slim/deployment/model_deploy.py:580
↓ 11 callers
Method
mutable_spec
model_zoo/models/syntaxnet/syntaxnet/task_context.h:33
↓ 11 callers
Method
transform
(self, X)
model_zoo/models/autoencoder/autoencoder_models/Autoencoder.py:44
↓ 10 callers
Method
Add
model_zoo/models/syntaxnet/syntaxnet/morphology_label_set.cc:22
↓ 10 callers
Method
MakeBuilder
(self, use_averaging=True, **kw_args)
model_zoo/models/syntaxnet/syntaxnet/graph_builder_test.py:60
↓ 10 callers
Method
Push
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:89
↓ 10 callers
Method
_resnet_small
A shallow and thin ResNet v1 for faster tests.
model_zoo/models/slim/nets/resnet_v1_test.py:254
↓ 10 callers
Method
_resnet_small
A shallow and thin ResNet v2 for faster tests.
model_zoo/models/slim/nets/resnet_v2_test.py:254
↓ 9 callers
Method
AddArc
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:198
↓ 9 callers
Method
AddTraining
Builds a trainer to minimize the cross entropy cost function. Args: task_context: file path from which to read the task context batch
model_zoo/models/syntaxnet/syntaxnet/graph_builder.py:490
↓ 9 callers
Method
ExpectScaledSize
Tests that the output of the graph of the given spec has target_shape.
model_zoo/models/street/python/vgslspecs_test.py:46
↓ 9 callers
Method
__init__
(self)
model_zoo/inceptionv4/pytorch_load.py:27
↓ 9 callers
Function
add_summary_value
(writer, key, value, iteration)
main.py:28
↓ 9 callers
Method
encode
Convert a sentence to a list of ids, with special tokens added.
model_zoo/models/lm_1b/data_utils.py:87
↓ 9 callers
Method
optimizer_device
Device to use with the optimizer. Returns: A value suitable for `tf.device()`.
model_zoo/models/slim/deployment/model_deploy.py:623
↓ 9 callers
Method
train
Override the default train() to freeze the BN parameters :return:
models.py:349
↓ 8 callers
Method
LastStart
Returns the index of the k-th most recent start token.
model_zoo/models/syntaxnet/syntaxnet/binary_segment_state.h:72
↓ 8 callers
Method
LookupExisting
Look up an existing TokenMorphology. If it is not present, return -1.
model_zoo/models/syntaxnet/syntaxnet/morphology_label_set.cc:32
↓ 8 callers
Method
LookupIndex
Returns the index associated with the given term. If the term does not exist, the unknown index is returned instead.
model_zoo/models/syntaxnet/syntaxnet/term_frequency_map.h:46
↓ 8 callers
Method
_assertExpectedCaptions
Tests that beam search generates the expected captions. Args: expected_captions: A sequence of pairs (sentence, probability), where
model_zoo/models/im2txt/im2txt/inference_utils/caption_generator_test.py:94
↓ 8 callers
Method
_batch_norm
Batch normalization.
model_zoo/models/resnet/resnet_model.py:148
↓ 8 callers
Method
_relu
Relu, with optional leaky support.
model_zoo/models/resnet/resnet_model.py:281
↓ 8 callers
Function
func1
(*args, **kwargs)
model_zoo/models/inception/inception/slim/scopes_test.py:26
↓ 8 callers
Method
inputs_device
Device to use to build the inputs. Returns: A value suitable for `tf.device()`.
model_zoo/models/slim/deployment/model_deploy.py:634
↓ 8 callers
Method
utf8_length
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:472
↓ 8 callers
Method
variables_device
Returns the device to use for variables created inside the clone. Returns: A value suitable for `tf.device()`.
model_zoo/models/slim/deployment/model_deploy.py:646
↓ 7 callers
Method
AddEvaluation
Builds the forward network only without the training operation. Args: task_context: file path from which to read the task context. ba
model_zoo/models/syntaxnet/syntaxnet/graph_builder.py:415
↓ 7 callers
Function
GetInt
(name, root, index=0)
model_zoo/models/inception/inception/data/process_bounding_boxes.py:104
↓ 7 callers
Method
IsAllowedAction
Checks if the action is allowed in a given parser state.
model_zoo/models/syntaxnet/syntaxnet/tagger_transitions.cc:198
↓ 7 callers
Method
Pop
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:94
↓ 7 callers
Method
RequestWorkspaces
Requests workspaces from the registry. Must be called after Init(), and before Preprocess(). Does not take ownership over registry. This should be the
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:570
↓ 7 callers
Method
__init__
(self, scale=1.0, noReLU=False)
model_zoo/inceptionresnetv2/pytorch_load.py:171
↓ 7 callers
Method
_conv
Convolution.
model_zoo/models/resnet/resnet_model.py:271
↓ 7 callers
Method
_stride_arr
Map a stride scalar to the stride array for tf.nn.conv2d.
model_zoo/models/resnet/resnet_model.py:64
↓ 7 callers
Function
dump_mixed_6
(name='Mixed_6b')
model_zoo/inceptionv4/tensorflow_dump.py:129
↓ 7 callers
Function
load_mixed_6
(state_dict, name_pth, name_tf)
model_zoo/inceptionv4/pytorch_load.py:306
next →
1–100 of 2,338, ranked by callers