MCPcopy Index your code

hub / github.com/TPCD/LifelongReID / functions

Functions2,488 in github.com/TPCD/LifelongReID

↓ 7 callersFunction__Pyx_ParseOptionalKeywords
ParseKeywords */
lreid/evaluation/rank_cylib/rank_cy.c:22241
↓ 7 callersFunction__Pyx_PyBool_FromLong
lreid/evaluation/rank_cylib/rank_cy.c:26557
↓ 7 callersFunction__Pyx_PyObject_GetItem
lreid/evaluation/rank_cylib/rank_cy.c:22680
↓ 7 callersFunction__pyx_t_double_complex_from_parts
lreid/evaluation/rank_cylib/rank_cy.c:25341
↓ 7 callersFunction__pyx_t_float_complex_from_parts
lreid/evaluation/rank_cylib/rank_cy.c:25187
↓ 7 callersMethodclose
(self)
lreid/utils/loggers.py:56
↓ 7 callersMethodexecute
(self, cmd)
apex/apex/pyprof/parse/db.py:46
↓ 7 callersMethodselect
(self, cmd)
apex/apex/pyprof/parse/db.py:21
↓ 6 callersFunctionCublasStridedBatchedGemm
apex/apex/contrib/csrc/multihead_attn/strided_batched_gemm.h:31
↓ 6 callersFunction__Pyx_BufFmt_ProcessTypeChunk
lreid/evaluation/rank_cylib/rank_cy.c:24613
↓ 6 callersFunction__Pyx_BufFmt_RaiseUnexpectedChar
lreid/evaluation/rank_cylib/rank_cy.c:24442
↓ 6 callersFunction__Pyx_GetException
lreid/evaluation/rank_cylib/rank_cy.c:22988
↓ 6 callersFunction__Pyx_Import
Import */
lreid/evaluation/rank_cylib/rank_cy.c:23526
↓ 6 callersFunction__Pyx_ImportType
lreid/evaluation/rank_cylib/rank_cy.c:24023
↓ 6 callersFunction__Pyx_PyObject_to_MemoryviewSlice_dsds_float
ObjectToMemviewSlice */
lreid/evaluation/rank_cylib/rank_cy.c:25117
↓ 6 callersFunction__Pyx_c_prod_double
lreid/evaluation/rank_cylib/rank_cy.c:25376
↓ 6 callersFunction__Pyx_c_prod_float
lreid/evaluation/rank_cylib/rank_cy.c:25222
↓ 6 callersMethod__init__
/path/to/log_file.txt
lreid/visualization/logger.py:7
↓ 6 callersFunction__pyx_memoryview_refcount_copying
lreid/evaluation/rank_cylib/rank_cy.c:19359
↓ 6 callersFunctionbwd_dx
apex/apex/contrib/csrc/groupbn/nhwc_batch_norm_kernel.h:1502
↓ 6 callersFunctionbwd_update
apex/apex/contrib/csrc/groupbn/nhwc_batch_norm_kernel.h:1487
↓ 6 callersMethodfoo
(d)
apex/apex/pyprof/prof/pointwise.py:26
↓ 6 callersMethodgen_grad
(self, ref_param, tst_param)
apex/tests/L0/run_optimizers/test_fused_optimizer.py:31
↓ 6 callersMethodinsert
(self, cmd, data)
apex/apex/pyprof/parse/db.py:36
↓ 6 callersFunctionis_nested
(x)
apex/apex/amp/utils.py:23
↓ 6 callersMethodisscalar
(t)
apex/apex/pyprof/prof/utility.py:59
↓ 6 callersFunctionmaster_params
Generator expression that iterates over the params owned by ``optimizer``. Args: optimizer: An optimizer previously returned from ``
apex/apex/amp/_amp_state.py:60
↓ 6 callersFunctionreduce_tensor
(tensor)
apex/tests/L1/common/main_amp.py:519
↓ 6 callersFunctionreduce_tensor
(tensor)
apex/examples/imagenet/main_amp.py:536
↓ 6 callersFunctionscaled_write_to_gmem
apex/apex/contrib/csrc/groupbn/nhwc_batch_norm_kernel.h:259
↓ 6 callersMethodtrain_eval_train_test
(self, module, t)
apex/tests/L0/run_amp/test_cache.py:70
↓ 6 callersMethodunscale
(self, model_grads, master_grads, unused_scale, models_are_masters=False, scale_override=None)
apex/apex/amp/scaler.py:94
↓ 5 callersFunctionTruncated_initializer
(m)
lreid/models/metagraph_fd.py:5
↓ 5 callersFunction__pyx_memoryview_get_slice_from_memoryview
lreid/evaluation/rank_cylib/rank_cy.c:16998
↓ 5 callersFunction__pyx_memoryview_slice_copy
lreid/evaluation/rank_cylib/rank_cy.c:17101
↓ 5 callersMethodbackward
(ctx, grad)
apex/apex/pyprof/examples/custom_func_module/custom_function.py:16
↓ 5 callersFunctioncompare
(desc, inp1, inp2, error= 1e-5)
apex/tests/distributed/synced_batchnorm/two_gpu_test_different_batch_size.py:12
↓ 5 callersMethodelems
(self)
apex/apex/pyprof/prof/pointwise.py:97
↓ 5 callersMethodget_module_and_name
recursively fetches (possible) child module and name of weight to be reparameterized
apex/apex/reparameterization/reparameterization.py:105
↓ 5 callersMethodget_momentums
(self, params)
apex/apex/optimizers/fused_sgd.py:121
↓ 5 callersMethodinit_hidden
init_hidden()
apex/apex/RNN/RNNBackend.py:309
↓ 5 callersFunctioninit_layer
(L)
lreid/methods/backbone.py:11
↓ 5 callersMethodinit_model_for_pruning
Call this method to modify your model to take advantage of sparse matrix multiplication. Note that this call alone only augments the model wit
apex/apex/contrib/sparsity/asp.py:29
↓ 5 callersMethodinit_optimizer_for_pruning
Call this method to monkey patch optimizer step function so that masks can be applied to gradients and weights during training. You mu
apex/apex/contrib/sparsity/asp.py:127
↓ 5 callersMethodstate_dict
Returns the state of the scheduler as a :class:`dict`. It contains an entry for every variable in self.__dict__ which is not the opti
lreid/core/torch16_lr_scheduler.py:191
↓ 5 callersFunctiontensor_cosine_dist
compute cosine distance between two matrix x and y with size (n1, d) and (n2, d) and type torch.tensor return a matrix (n1, n2)
lreid/evaluation/metric.py:4
↓ 5 callersFunctiontensor_euclidean_dist
compute euclidean distance between two matrix x and y with size (n1, d) and (n2, d) and type torch.tensor return a matrix (n1, n2)
lreid/evaluation/metric.py:16
↓ 5 callersFunctiontoRNNBackend
:class:`toRNNBackend`
apex/apex/RNN/models.py:8
↓ 5 callersFunctionwrapper
(*args, **kwargs)
apex/apex/amp/amp.py:19
↓ 4 callersFunctionIncremental_combine_test_samples
combine more than one samples (e.g. market.train and duke.train) as a samples
lreid/data_loader/incremental_datasets.py:101
↓ 4 callersFunctionMaxSharedMemoryPerMultiprocessor
apex/apex/contrib/csrc/groupbn/cuda_utils.h:10
↓ 4 callersFunction__Pyx_BufFmt_RaiseExpected
lreid/evaluation/rank_cylib/rank_cy.c:24589
↓ 4 callersFunction__Pyx_PyCFunction_FastCall
lreid/evaluation/rank_cylib/rank_cy.c:22344
↓ 4 callersFunction__Pyx_PyObject_to_MemoryviewSlice_dsds_long
ObjectToMemviewSlice */
lreid/evaluation/rank_cylib/rank_cy.c:26248
↓ 4 callersFunction__Pyx_RaiseNeedMoreValuesError
RaiseNeedMoreValuesToUnpack */
lreid/evaluation/rank_cylib/rank_cy.c:22845
↓ 4 callersFunction__Pyx_RaiseTooManyValuesError
RaiseTooManyValuesToUnpack */
lreid/evaluation/rank_cylib/rank_cy.c:22839
↓ 4 callersFunction__Pyx_ValidateAndInit_memviewslice
lreid/evaluation/rank_cylib/rank_cy.c:25041
↓ 4 callersFunction__Pyx_copy_spec_to_module
lreid/evaluation/rank_cylib/rank_cy.c:21555
↓ 4 callersFunction__Pyx_decode_c_string
decode_c_string */
lreid/evaluation/rank_cylib/rank_cy.c:23425
↓ 4 callersFunction__Pyx_is_valid_index
lreid/evaluation/rank_cylib/rank_cy.c:666
↓ 4 callersFunction__Pyx_setup_reduce
lreid/evaluation/rank_cylib/rank_cy.c:23953
↓ 4 callersFunction__pyx_fuse_3__pyx_f_5lreid_10evaluation_10rank_cylib_7rank_cy_function_cumsum
lreid/evaluation/rank_cylib/rank_cy.c:6231
↓ 4 callersFunction__pyx_memoryview_err_dim
lreid/evaluation/rank_cylib/rank_cy.c:18473
↓ 4 callersFunction_cmc_map
(_query_features_meter, _gallery_features_meter)
lreid/operation/test_p_s.py:14
↓ 4 callersFunction_cmc_map
(_query_features_meter, _gallery_features_meter)
lreid/operation/test_continual_operation_neck.py:35
↓ 4 callersMethod_cur_loss_scaler
(self)
apex/apex/amp/opt.py:55
↓ 4 callersMethod_format_param
Return correctly formatted lr/momentum for each param group.
lreid/core/torch16_lr_scheduler.py:836
↓ 4 callersMethod_get_uniform_continual_iter
load person reid data_loader from images_folder and uniformly sample according to class for continual
lreid/data_loader/reid_loaders.py:268
↓ 4 callersMethod_make_layer
(self, block, planes, blocks, stride=1, dilate=False)
apex/apex/pyprof/examples/user_annotation/resnet.py:134
↓ 4 callersMethod_relabels
reorder labels map labels [1, 3, 5, 7] to [0,1,2,3]
lreid/data_loader/dataset.py:19
↓ 4 callersMethodadd_global_pid_and_step
(self, train, global2local_dict)
lreid/data_loader/dataset.py:251
↓ 4 callersFunctioncheck_args
apex/csrc/layer_norm_cuda.cpp:43
↓ 4 callersMethodclear_overflow_state
(self)
apex/apex/amp/scaler.py:191
↓ 4 callersMethodconv_bytes_flops
(self, N, C, H, W, K, P, Q, R, S, g, t)
apex/apex/pyprof/prof/conv.py:184
↓ 4 callersMethodcrop_store
(self, data_dict, save_dir)
lreid/datasets/cuhksysu.py:87
↓ 4 callersMethodcrop_store
(self, data_dict, save_dir)
lreid/datasets/cuhksysu.py:295
↓ 4 callersMethodcrop_store
(self, data_dict, save_dir)
lreid/datasets/cuhksysu.py:482
↓ 4 callersFunctioncuWelfordOnlineSum
apex/apex/contrib/csrc/multihead_attn/layer_norm.h:7
↓ 4 callersMethoddelete
Delete rows from the temporary SQL table which are no longer required. This speeds up future queries.
apex/apex/pyprof/parse/nvvp.py:127
↓ 4 callersFunctionflat_dist_call
(tensors, call, extra_args=None)
apex/apex/parallel/distributed.py:70
↓ 4 callersFunctionfrom_float
apex/apex/contrib/csrc/groupbn/nhwc_batch_norm_kernel.h:57
↓ 4 callersMethodgetPointer
apex/apex/contrib/csrc/multihead_attn/layer_norm.h:258
↓ 4 callersFunctionget_cuda_bare_metal_version
(cuda_dir)
apex/setup.py:13
↓ 4 callersMethodin1d
:param set1: np.array, 1d :param set2: np.array, 1d :return:
lreid/evaluation/reid.py:103
↓ 4 callersFunctioninit_image_dataset
Initializes an image dataset.
lreid/data/datasets/__init__.py:32
↓ 4 callersFunctioninter_block_sync
It is expected that all threads in the CTA enter this function!
apex/apex/contrib/csrc/groupbn/nhwc_batch_norm_kernel.h:668
↓ 4 callersFunctionlog2_ceil_native
apex/apex/contrib/csrc/multihead_attn/softmax.h:1388
↓ 4 callersMethodnext
(self)
apex/tests/L1/common/main_amp.py:292
↓ 4 callersMethodnext
(self)
apex/examples/imagenet/main_amp.py:308
↓ 4 callersFunctionnormalize
normalize a 2d matrix along axis 1
lreid/evaluation/reid.py:8
↓ 4 callersFunctionos_walk
(folder_dir)
lreid/tools/utils.py:5
↓ 4 callersMethodprocess_dir
(self, dir_path, relabel=False)
lreid/data/datasets/image/market1501.py:64
↓ 4 callersMethodprocess_dir
(self, dir_path, list_path)
lreid/data/datasets/image/msmt17.py:85
↓ 4 callersMethodprocess_dir
(self, dir_path, relabel=False)
lreid/datasets/market1501.py:113
↓ 4 callersMethodprocess_dir
(self, dir_path, list_path)
lreid/datasets/msmt17.py:71
↓ 4 callersMethodprocess_dir
(self, dir_path, list_path)
lreid/datasets/msmt17.py:146
↓ 4 callersMethodrelabel4every_step
(self, total_list)
lreid/data_loader/dataset.py:240
↓ 4 callersFunctionrelu_activation
apex/apex/contrib/csrc/groupbn/nhwc_batch_norm_kernel.h:359
↓ 4 callersFunctionrelu_bwd
apex/apex/contrib/csrc/groupbn/nhwc_batch_norm_kernel.h:1422
↓ 4 callersMethodreset_parameters
reset_parameters()
apex/apex/RNN/RNNBackend.py:291
← previousnext →101–200 of 2,488, ranked by callers