MCPcopy Create free account

hub / github.com/ai4ce/NYU-VPR / functions

Functions2,323 in github.com/ai4ce/NYU-VPR

↓ 1 callersFunctionBN_convert_float
Utility function for network_to_half(). Retained for legacy purposes.
segmentation/apex/apex/fp16_utils/fp16util.py:22
↓ 1 callersFunctionVLAD
(X, visualDictionary)
test/vlad/query_image_closest_image_generation.py:14
↓ 1 callersFunctionVLAD
(X, visualDictionary)
test/vlad/vlad_codebook_generation.py:98
↓ 1 callersFunctionVLAD
(X, visualDictionary)
test/vlad_SP/find_closest.py:15
↓ 1 callersFunctionVLAD
(X, visualDictionary)
test/vlad_SP/main.py:78
↓ 1 callersFunctionWARP_SHFL_XOR_NATIVE
segmentation/apex/apex/contrib/csrc/multihead_attn/softmax.h:959
↓ 1 callersMethod__compute_contrib_param_norm
(self)
segmentation/apex/apex/contrib/optimizers/distributed_fused_lamb.py:453
↓ 1 callersMethod__compute_contrib_update_norm
(self)
segmentation/apex/apex/contrib/optimizers/distributed_fused_lamb.py:466
↓ 1 callersMethod__first_step_init__
(self, lr=1e-3, bias_correction = True, grad_averaging=True, betas=(0.9, 0.9
segmentation/apex/apex/contrib/optimizers/distributed_fused_lamb.py:106
↓ 1 callersMethod__init__
(self)
segmentation/apex/apex/fp16_utils/fp16util.py:15
↓ 1 callersMethod__init__
(self, module_or_grads_list)
segmentation/apex/apex/parallel/distributed.py:111
↓ 1 callersMethod__init__
(self, block, layers, num_classes=1000, groups=1, width_per_group=64, norm_layer=None)
segmentation/apex/apex/pyprof/examples/user_annotation/resnet.py:104
↓ 1 callersMethod__init__
(self, ngpu)
segmentation/apex/examples/dcgan/main_amp.py:124
↓ 1 callersMethod__init__
(self, in_dim, reduction_dim, bins, BatchNorm)
segmentation/mseg-semantic/mseg_semantic/model/pspnet.py:12
↓ 1 callersMethod__launch_step_kernel
(self, p, p_copy, m, v, g)
segmentation/apex/apex/contrib/optimizers/distributed_fused_adam_v3.py:218
↓ 1 callersMethod_build_universal_tax
Build a flat label space by creating the `universal` taxonomy here. Instead of using entries from a mapping TSV, we just count the universal
segmentation/mseg-api/mseg/taxonomy/naive_taxonomy_converter.py:61
↓ 1 callersMethod_build_universal_tax
Build a flat label space by adding each `universal` taxonomy entry from the TSV here. We make a mapping from universal_name->universal_id, and
segmentation/mseg-api/mseg/taxonomy/taxonomy_converter.py:124
↓ 1 callersFunction_check_and_coerce_cfg_value_type
Checks that `replacement`, which is intended to replace `original` is of the right type. The type is correct if it matches exactly or is one of a
segmentation/mseg-semantic/mseg_semantic/utils/config.py:120
↓ 1 callersMethod_check_branches
(self, num_branches, blocks, num_blocks, num_inchannels, num_channels)
segmentation/mseg-semantic/mseg_semantic/model/seg_hrnet.py:139
↓ 1 callersMethod_create_grayscale_image
Create a grayscale version of the original image. The colors in masked area, if given, will be kept.
segmentation/mseg-api/mseg/utils/mask_utils_detectron2.py:701
↓ 1 callersFunction_create_text_labels
Args: classes (list[int] or None): scores (list[float] or None): class_names (list[str] or None): Returns: l
segmentation/mseg-api/mseg/utils/mask_utils_detectron2.py:196
↓ 1 callersFunction_decode_cfg_value
Decodes a raw config value (e.g., from a yaml config files or command line argument) into a Python object.
segmentation/mseg-semantic/mseg_semantic/utils/config.py:91
↓ 1 callersMethod_disable_casts
(self)
segmentation/apex/apex/amp/handle.py:183
↓ 1 callersMethod_do_overlapped_reduction
(self, param_i, param_grads_size, param_offset, param)
segmentation/apex/apex/contrib/optimizers/distributed_fused_adam_v3.py:247
↓ 1 callersMethod_do_overlapped_reduction
(self, param_i, param_grads_size, param_offset, param)
segmentation/apex/apex/contrib/optimizers/distributed_fused_adam.py:419
↓ 1 callersMethod_do_overlapped_reduction
(self, param_i, param_grads_size, param_offset, param)
segmentation/apex/apex/contrib/optimizers/distributed_fused_adam_v2.py:470
↓ 1 callersMethod_do_overlapped_reduction
(self, param_i, param_grads_size, param_offset, param)
segmentation/apex/apex/contrib/optimizers/distributed_fused_lamb.py:524
↓ 1 callersMethod_event_this_bucket
(self, bucket_idx)
segmentation/apex/apex/parallel/distributed.py:418
↓ 1 callersMethod_flatten_grad_mt
(self, scale)
segmentation/apex/apex/contrib/optimizers/distributed_fused_adam.py:409
↓ 1 callersMethod_flatten_grad_mt
(self, scale)
segmentation/apex/apex/contrib/optimizers/distributed_fused_adam_v2.py:460
↓ 1 callersMethod_flatten_grad_mt
(self, scale)
segmentation/apex/apex/contrib/optimizers/distributed_fused_lamb.py:506
↓ 1 callersMethod_form_label_mapping_arrs
Cache conversion maps so we will later be able to perform fast grayscale->grayscale mapping for training data transformation. Each map is impl
segmentation/mseg-api/mseg/taxonomy/taxonomy_converter.py:173
↓ 1 callersFunction_gen_VF_wrapper
(name)
segmentation/apex/apex/amp/rnn_compat.py:7
↓ 1 callersMethod_get_convolution_test
Explicitly for inference on our test datasets. We implement this remapping from mu classes to mt classes for the evaluation dataset as a line
segmentation/mseg-api/mseg/taxonomy/taxonomy_converter.py:220
↓ 1 callersMethod_has_inf_or_nan
(x)
segmentation/apex/apex/fp16_utils/loss_scaler.py:30
↓ 1 callersFunction_initialize
(models, optimizers, properties, num_losses=1, cast_model_outputs=None)
segmentation/apex/apex/amp/_initialize.py:145
↓ 1 callersMethod_make_branches
(self, num_branches, block, num_blocks, num_channels)
segmentation/mseg-semantic/mseg_semantic/model/seg_hrnet.py:183
↓ 1 callersMethod_make_fuse_layers
(self)
segmentation/mseg-semantic/mseg_semantic/model/seg_hrnet.py:192
↓ 1 callersMethod_make_layer
Identical to ResNet `_make_layer()`, except `inplanes` is an explicit argument rather than class attribute, and batch norm im
segmentation/mseg-semantic/mseg_semantic/model/seg_hrnet.py:389
↓ 1 callersMethod_make_one_branch
(self, branch_index, block, num_blocks, num_channels, stride=1)
segmentation/mseg-semantic/mseg_semantic/model/seg_hrnet.py:159
↓ 1 callersFunction_norm
Computes the norm over all dimensions except dim
segmentation/apex/apex/reparameterization/weight_norm.py:8
↓ 1 callersMethod_pipeline_block_step
(self, block_id)
segmentation/apex/apex/contrib/optimizers/distributed_fused_adam.py:374
↓ 1 callersMethod_pipeline_block_step
(self, block_id)
segmentation/apex/apex/contrib/optimizers/distributed_fused_adam_v2.py:425
↓ 1 callersMethod_pipeline_step
(self)
segmentation/apex/apex/contrib/optimizers/distributed_fused_adam.py:394
↓ 1 callersMethod_pipeline_step
(self)
segmentation/apex/apex/contrib/optimizers/distributed_fused_adam_v2.py:445
↓ 1 callersMethod_pipeline_step
(self)
segmentation/apex/apex/contrib/optimizers/distributed_fused_lamb.py:473
↓ 1 callersFunction_process_optimizer
(optimizer, properties)
segmentation/apex/apex/amp/_process_optimizer.py:321
↓ 1 callersMethod_save_func
(self, mod, fn, func)
segmentation/apex/apex/amp/handle.py:230
↓ 1 callersMethod_setup_figure
Args: Same as in :meth:`__init__()`. Returns: fig (matplotlib.pyplot.figure): top level container for all th
segmentation/mseg-api/mseg/utils/mask_utils_detectron2.py:229
↓ 1 callersMethod_step_with_closure
(self, closure)
segmentation/apex/apex/fp16_utils/fp16_optimizer.py:334
↓ 1 callersMethod_stream_this_bucket
(self, bucket_idx)
segmentation/apex/apex/parallel/distributed.py:411
↓ 1 callersMethod_transform_d2u
Transform a training dataset to the universal taxonomy. For one training dataset, map each of its class ids to one universal ids. Args: -
segmentation/mseg-api/mseg/taxonomy/taxonomy_converter.py:145
↓ 1 callersMethod_transform_u2d
Explicitly for inference on our test datasets. Store correspondences between universal_taxonomy and test_dataset_taxonomy. Args: - dataset:
segmentation/mseg-api/mseg/taxonomy/taxonomy_converter.py:194
↓ 1 callersMethodaddPoint
test/DBow3/tests/nanoflann.hpp:110
↓ 1 callersMethodadd_frame
segmentation/mseg-semantic/mseg_semantic/utils/cv2_video_utils.py:39
↓ 1 callersFunctionadjustLdLevel3
segmentation/apex/apex/contrib/csrc/multihead_attn/strided_batched_gemm.h:278
↓ 1 callersFunctionadjust_learning_rate
LR schedule that should yield 76% converged accuracy with batch size 256
segmentation/apex/examples/imagenet/main_amp.py:499
↓ 1 callersMethodallreduce_bucket
(self, bucket, bucket_idx, force_default_stream)
segmentation/apex/apex/parallel/distributed.py:425
↓ 1 callersMethodallreduce_fallback
(self)
segmentation/apex/apex/parallel/distributed.py:491
↓ 1 callersFunctionapply_flat_dist_call
(bucket, call, extra_args=None)
segmentation/apex/apex/parallel/distributed.py:36
↓ 1 callersFunctionapply_reparameterization
Applies a given weight reparameterization (such as weight normalization) to a parameter in the given module. If no parameter is given, applie
segmentation/apex/apex/reparameterization/__init__.py:64
↓ 1 callersMethodarea
(self)
segmentation/mseg-api/mseg/utils/mask_utils_detectron2.py:136
↓ 1 callersFunctionargMarker
(mod, op, args, kwargs)
segmentation/apex/apex/pyprof/nvtx/nvmarker.py:110
↓ 1 callersFunctionarithmetic_mean
segmentation/mseg-semantic/mseg_semantic/scripts/collect_results.py:145
↓ 1 callersFunctionarray_dist
(pred, target)
test/posenet/pose_utils.py:29
↓ 1 callersFunctionassert_mask_identical
should be perfect agreement between label image and instance image, then we will enforce strict boundary agreement between the two.
segmentation/mseg-api/tests/verify_all_relabeled_segments.py:221
↓ 1 callersMethodassign
assign one value to all elements
test/DBow3/tests/nanoflann.hpp:677
↓ 1 callersFunctionaxpby_check_overflow_python
(model_grad, stashed_grad, master_grad, a, b, check_overflow=False)
segmentation/apex/apex/amp/scaler.py:19
↓ 1 callersMethodbackward
(self, loss, retain_graph=False)
segmentation/apex/apex/fp16_utils/loss_scaler.py:43
↓ 1 callersMethodbar
(self)
segmentation/apex/apex/pyprof/prof/recurrentCell.py:115
↓ 1 callersMethodbuildIndex
* Builds the index */
test/DBow3/tests/nanoflann.hpp:858
↓ 1 callersFunctionbuild_model
(args)
segmentation/apex/apex/contrib/sparsity/test/toy_problem.py:7
↓ 1 callersFunctionbuild_model
(args)
segmentation/apex/apex/contrib/sparsity/test/checkpointing_test_part1.py:7
↓ 1 callersFunctionbuild_model
(args)
segmentation/apex/apex/contrib/sparsity/test/checkpointing_test_reference.py:11
↓ 1 callersFunctionbuild_model
(args)
segmentation/apex/apex/contrib/sparsity/test/checkpointing_test_part2.py:7
↓ 1 callersMethodbytes
(self)
segmentation/apex/apex/pyprof/prof/blas.py:329
↓ 1 callersMethodcheck_avail
(self)
segmentation/apex/apex/multi_tensor_apply/multi_tensor_apply.py:16
↓ 1 callersFunctioncheck_cuda_torch_binary_vs_bare_metal
(cuda_dir)
segmentation/apex/setup.py:93
↓ 1 callersFunctioncheck_models
(models)
segmentation/apex/apex/amp/_initialize.py:64
↓ 1 callersFunctioncheck_params_fp32
(models)
segmentation/apex/apex/amp/_initialize.py:79
↓ 1 callersMethodcheck_state_dict_fp32
(self, state_dict)
segmentation/apex/tests/L0/run_amp/test_checkpointing.py:38
↓ 1 callersFunctioncollect_oracle_results
(scale: str, output_format: str)
segmentation/mseg-semantic/mseg_semantic/scripts/collect_results.py:229
↓ 1 callersFunctioncollect_oracle_results_at_res
segmentation/mseg-semantic/mseg_semantic/scripts/collect_results.py:208
↓ 1 callersFunctioncollect_training_dataset_results
segmentation/mseg-semantic/mseg_semantic/scripts/collect_results.py:236
↓ 1 callersFunctioncollect_types
(x, types)
segmentation/apex/apex/amp/utils.py:37
↓ 1 callersFunctioncollect_zero_shot_results
segmentation/mseg-semantic/mseg_semantic/scripts/collect_results.py:221
↓ 1 callersMethodcomm_ready_buckets
(self, param)
segmentation/apex/apex/parallel/distributed.py:513
↓ 1 callersMethodcompare_models
(self, modelA, modelB, test_setup='')
segmentation/apex/tests/L0/run_amp/test_checkpointing.py:60
↓ 1 callersMethodcomplete
segmentation/mseg-semantic/mseg_semantic/utils/cv2_video_utils.py:48
↓ 1 callersMethodcomplete
segmentation/mseg-semantic/mseg_semantic/utils/cv2_video_utils.py:73
↓ 1 callersMethodcompute_metrics_relabeled_data
Args: - relabeled_data_list - save_vis: whether to save visualize examplars
segmentation/mseg-semantic/mseg_semantic/tool/accuracy_calculator.py:123
↓ 1 callersFunctioncompute_n1_n2
segmentation/apex/csrc/layer_norm_cuda.cpp:7
↓ 1 callersFunctioncompute_valid_1d_patterns
(m,n)
segmentation/apex/apex/contrib/sparsity/sparse_masklib.py:25
↓ 1 callersFunctioncompute_valid_2d_patterns
(m,n)
segmentation/apex/apex/contrib/sparsity/sparse_masklib.py:103
↓ 1 callersFunctionconditional_cast
(from_type, to_type)
segmentation/mseg-semantic/mseg_semantic/utils/config.py:134
↓ 1 callersFunctionconv3x3
3x3 convolution with padding
segmentation/apex/apex/pyprof/examples/user_annotation/resnet.py:15
↓ 1 callersMethodconvert_label_to_pred_taxonomy
segmentation/mseg-semantic/mseg_semantic/tool/accuracy_calculator.py:138
↓ 1 callersFunctionconvert_module
Converts a module's immediate parameters and buffers to dtype.
segmentation/apex/apex/fp16_utils/fp16util.py:44
↓ 1 callersMethodcreate
test/DBow3/tests/test_fbow.cpp:75
↓ 1 callersFunctioncreateLabelImage
# Convert the given annotation to a label image Args: - json_fpath - annotation Returns:
segmentation/mseg-api/mseg/label_preparation/dump_idd_semantic_labels.py:109
← previousnext →401–500 of 2,323, ranked by callers