MCPcopy Create free account

hub / github.com/FederatedAI/research / functions

Functions933 in github.com/FederatedAI/research

↓ 1 callersMethod_compile
(self, C, op_names, indices, concat, reduction)
publications/ss_vfnas/models/model_k_party_chexpert.py:28
↓ 1 callersMethod_compile
(self, C, op_names, indices, concat, reduction)
publications/ss_vfnas/models/model_k_party.py:28
↓ 1 callersMethod_compile
(self, C, op_names, indices, concat, reduction)
publications/ss_vfnas/models/model.py:28
↓ 1 callersMethod_compute_unrolled_model
(self, input, target, eta, network_optimizer)
publications/ss_vfnas/architects/architect.py:21
↓ 1 callersMethod_construct_model_from_theta
(self, theta)
publications/ss_vfnas/architects/architect.py:63
↓ 1 callersMethod_create_label
(self, inside_index, anchor, bbox)
datasets/federated_object_detection_benchmark/model/utils/creator_tool.py:217
↓ 1 callersFunction_enumerate_shifted_anchor
(anchor_base, feat_stride, height, width)
datasets/federated_object_detection_benchmark/model/region_proposal_network.py:137
↓ 1 callersFunction_get_inside_index
(anchor, H, W)
datasets/federated_object_detection_benchmark/model/utils/creator_tool.py:279
↓ 1 callersMethod_hessian_vector_product
(self, vector, input, target, r=1e-2)
publications/ss_vfnas/architects/architect.py:78
↓ 1 callersMethod_initialize_alphas
(self)
publications/ss_vfnas/models/model_search_k_party_chexpert.py:131
↓ 1 callersMethod_initialize_alphas
(self)
publications/ss_vfnas/models/model_search_k_party_chexpert.py:236
↓ 1 callersMethod_initialize_alphas
(self)
publications/ss_vfnas/models/model_search_k_party_moco.py:125
↓ 1 callersMethod_initialize_alphas
(self)
publications/ss_vfnas/models/model_search_k_party_moco.py:244
↓ 1 callersMethod_initialize_alphas
(self)
publications/ss_vfnas/models/model_search_k_party_dp.py:122
↓ 1 callersMethod_initialize_alphas
(self)
publications/ss_vfnas/models/model_search_k_party_dp.py:227
↓ 1 callersMethod_initialize_alphas
(self)
publications/ss_vfnas/models/model_search_k_party.py:124
↓ 1 callersMethod_initialize_alphas
(self)
publications/ss_vfnas/models/model_search_k_party.py:230
↓ 1 callersMethod_initialize_alphas
(self)
publications/ss_vfnas/models/model_search.py:119
↓ 1 callersFunction_load_kernel
(kernel_name, code, options=())
datasets/federated_object_detection_benchmark/model/utils/nms/non_maximum_suppression.py:17
↓ 1 callersFunction_nms_gpu_post
( mask, n_bbox, threads_per_block, col_blocks
datasets/federated_object_detection_benchmark/model/utils/nms/_nms_gpu_post_py.py:4
↓ 1 callersFunction_non_maximum_suppression_gpu
(bbox, thresh, score=None, limit=None)
datasets/federated_object_detection_benchmark/model/utils/nms/non_maximum_suppression.py:73
↓ 1 callersFunction_smooth_l1_loss
(x, t, in_weight, sigma)
datasets/federated_object_detection_benchmark/model/faster_rcnn_trainer.py:241
↓ 1 callersMethod_suppress
(self, raw_cls_bbox, raw_prob)
datasets/federated_object_detection_benchmark/model/faster_rcnn.py:163
↓ 1 callersFunctionadjust_learning_rate
(optimizer, p, lr_0, beta=0.75)
publications/PrADA/models/experiment_adaptation_pretrain_learner.py:29
↓ 1 callersFunctionaggregate_domains
(domain_list)
publications/PrADA/experiments/ppd_loan/train_ppd_no_fg_adapt_pretrain.py:27
↓ 1 callersMethodaggregate_loss_accuracy_recall
(self, client_losses, client_maps, client_recalls, client_sizes, cur_round)
datasets/federated_object_detection_benchmark/fl_server.py:92
↓ 1 callersMethodaggregate_loss_map_recall
(self, client_losses, client_maps, client_recalls, client_sizes)
datasets/federated_object_detection_benchmark/fl_server.py:70
↓ 1 callersMethodaggregate_train_loss_accuracy_recall
(self, client_losses, client_sizes, cur_round)
datasets/federated_object_detection_benchmark/fl_server.py:82
↓ 1 callersMethodaggregator_parameters
(self)
publications/PrADA/models/interaction_models.py:293
↓ 1 callersFunctionap_per_class
Compute the average precision, given the recall and precision curves. Source: https://github.com/rafaelpadilla/Object-Detection-Metrics. # Ar
datasets/federated_object_detection_benchmark/utils/utils.py:62
↓ 1 callersMethodapply_discriminator
(self, x)
publications/PrADA/models/discriminator.py:44
↓ 1 callersMethodapply_discriminator
(self, x)
publications/PrADA/models/discriminator.py:72
↓ 1 callersMethodapply_discriminator
(self, x)
publications/PrADA/models/discriminator.py:95
↓ 1 callersMethodapply_discriminator
(self, x)
publications/PrADA/models/discriminator.py:118
↓ 1 callersMethodapply_discriminator
(self, x)
publications/PrADA/models/discriminator.py:145
↓ 1 callersMethodapply_discriminator
(self, x)
publications/PrADA/models/discriminator.py:168
↓ 1 callersMethodapply_discriminator
(self, x)
publications/PrADA/models/discriminator.py:213
↓ 1 callersMethodarch_parameters
(self)
publications/ss_vfnas/models/model_search_k_party_chexpert.py:247
↓ 1 callersMethodarch_parameters
(self)
publications/ss_vfnas/models/model_search_k_party_moco.py:255
↓ 1 callersMethodarch_parameters
(self)
publications/ss_vfnas/models/model_search_k_party_dp.py:238
↓ 1 callersMethodarch_parameters
(self)
publications/ss_vfnas/models/model_search_k_party.py:241
↓ 1 callersFunctionbbox_wh_iou
(wh1, wh2)
datasets/federated_object_detection_benchmark/utils/utils.py:184
↓ 1 callersMethodbuild
(self, feat_list)
publications/PrADA/models/interaction_models.py:50
↓ 1 callersFunctionbuild_targets
(pred_boxes, pred_cls, target, anchors, ignore_thres)
datasets/federated_object_detection_benchmark/utils/utils.py:267
↓ 1 callersFunctioncalc_detection_voc_ap
Calculate average precisions based on evaluation code of PASCAL VOC. This function calculates average precisions from given precisions and re
datasets/federated_object_detection_benchmark/utils/eval_tool.py:250
↓ 1 callersFunctioncalc_detection_voc_prec_rec
Calculate precision and recall based on evaluation code of PASCAL VOC. This function calculates precision and recall of predicted bounding bo
datasets/federated_object_detection_benchmark/utils/eval_tool.py:90
↓ 1 callersMethodcalculate_classifier_correctness
(self, data, label)
publications/PrADA/models/dann_models.py:492
↓ 1 callersFunctioncenter_model
(name)
datasets/Fed_Multiview_Gen/phong.py:200
↓ 1 callersFunctioncombine_src_tgt_data
(from_dir, to_dir, data_tag)
publications/PrADA/data_process/census_process/census_prepare_data.py:247
↓ 1 callersFunctioncombine_src_tgt_data
(from_dir, to_dir, data_tag)
publications/PrADA/data_process/ppd_process/ppd_prepare_data.py:60
↓ 1 callersMethodcompute
(self, feature_group_list)
publications/PrADA/models/dann_models.py:23
↓ 1 callersMethodcompute_aggregated_output
(self, data)
publications/PrADA/models/dann_models.py:623
↓ 1 callersMethodcompute_alpha_proximal_regularization
(self)
publications/ss_vfnas/architects/architect_two_party_preg.py:33
↓ 1 callersFunctioncompute_ap
Compute the average precision, given the recall and precision curves. Code originally from https://github.com/rbgirshick/py-faster-rcnn. # A
datasets/federated_object_detection_benchmark/utils/utils.py:117
↓ 1 callersMethodcompute_feature_group_embedding
(self, data)
publications/PrADA/models/dann_models.py:628
↓ 1 callersMethodcompute_feature_group_interaction_loss
(self, total_domain_loss,
publications/PrADA/models/dann_models.py:362
↓ 1 callersMethodcompute_feature_group_loss
(self, total_domain_loss, src_feat_gp_li
publications/PrADA/models/dann_models.py:341
↓ 1 callersMethodcompute_gan_acc
(self)
publications/FedCG/clients/fedcg_w.py:90
↓ 1 callersMethodcompute_gan_acc
(self)
publications/FedCG/clients/fedcg.py:90
↓ 1 callersMethodcompute_grid_offsets
(self, grid_size, cuda=True)
datasets/federated_object_detection_benchmark/model/yolo.py:123
↓ 1 callersFunctioncompute_kl_divergence
(src_data, tgt_data, n_components)
publications/PrADA/utils.py:228
↓ 1 callersMethodcompute_output_list
(self, fg_list)
publications/PrADA/models/interaction_models.py:323
↓ 1 callersMethodcompute_total_loss
(self, source_data, target_data, source_label, target_la
publications/PrADA/models/dann_models.py:384
↓ 1 callersMethodcompute_weights_proximal_regularization
(self)
publications/ss_vfnas/architects/architect_two_party_preg.py:26
↓ 1 callersFunctionconsistentize_census9495_columns
(data_frame)
publications/PrADA/data_process/census_process/census_degree_process_utils.py:11
↓ 1 callersFunctionconvert
(size, box)
datasets/federated_object_detection_benchmark/data/generate_task_json.py:12
↓ 1 callersFunctionconvert_annotation
(anno_path, label_path, image_id)
datasets/federated_object_detection_benchmark/data/generate_task_json.py:26
↓ 1 callersFunctioncreate_embeddings
(embedding_meta_dict)
publications/PrADA/models/dann_models.py:14
↓ 1 callersFunctioncreate_feature_interaction_model
create interaction model that is responsible for interations among feature groups.
publications/PrADA/models/model_config.py:10
↓ 1 callersFunctioncreate_file_appendix
(train)
publications/PrADA/data_process/census_process/census_prepare_data.py:67
↓ 1 callersFunctioncreate_model_group_list
create models for each interactive feature group
publications/PrADA/models/model_config.py:37
↓ 1 callersFunctioncreate_modules
Constructs module list of layer blocks from module configuration in module_defs
datasets/federated_object_detection_benchmark/model/yolo.py:16
↓ 1 callersFunctioncreate_region_model
(extractor_input_dims_list, aggregation_dim)
publications/PrADA/experiments/ppd_loan/train_ppd_no_fg_adapt_pretrain.py:53
↓ 1 callersFunctioncreate_region_model
(extractor_input_dims_list, aggregation_dim)
publications/PrADA/experiments/income_census/train_census_no_fg_adapt_pretrain.py:58
↓ 1 callersFunctioncreate_region_model
create models, namely feature extractor, aggregator and discriminator, for a region representing a feature group.
publications/PrADA/models/model_config.py:52
↓ 1 callersFunctioncreate_region_model_list
(feature_extractor_arch_list, aggregation_dim)
publications/PrADA/experiments/ppd_loan/train_ppd_no_fg_adapt_pretrain.py:62
↓ 1 callersFunctioncreate_region_model_list
(feature_extractor_arch_list, aggregation_dim)
publications/PrADA/experiments/income_census/train_census_no_fg_adapt_pretrain.py:67
↓ 1 callersFunctioncreate_region_model_list
create models for all regions that each represents a feature group.
publications/PrADA/models/model_config.py:60
↓ 1 callersFunctioncreate_train_and_test
(df_data, df_datetime, num_train, to_dir)
publications/PrADA/data_process/ppd_process/ppd_prepare_data_train_test.py:7
↓ 1 callersFunctiondart_milenas
()
publications/ss_vfnas/log_plot.py:513
↓ 1 callersMethoddata_partition
(self)
publications/FedCG/dataset.py:107
↓ 1 callersFunctiondecom_vgg16
()
datasets/federated_object_detection_benchmark/model/faster_rcnn_vgg16.py:12
↓ 1 callersFunctiondelete_model
(name)
datasets/Fed_Multiview_Gen/phong.py:191
↓ 1 callersMethoddiscriminator_parameters
(self)
publications/PrADA/models/interaction_models.py:299
↓ 1 callersFunctiondraw_distribution_for_each_group
(dim_reducer, feature_group_name_list,
publications/PrADA/experiments/income_census/draw_census_tsne_graph.py:8
↓ 1 callersFunctionentropy
(predictions)
publications/PrADA/utils.py:161
↓ 1 callersFunctioneval_detection_voc
Calculate average precisions based on evaluation code of PASCAL VOC. This function evaluates predicted bounding boxes obtained from a dataset
datasets/federated_object_detection_benchmark/utils/eval_tool.py:11
↓ 1 callersMethodevaluate
Return: total_loss: the average loss accuracy: the evaluation map
datasets/federated_object_detection_benchmark/model/model_wrapper.py:139
↓ 1 callersMethodevaluate
Return: total_loss: the average loss accuracy: the evaluation map
datasets/federated_object_detection_benchmark/model/model_wrapper.py:265
↓ 1 callersMethodextractor_parameters
(self)
publications/PrADA/models/interaction_models.py:287
↓ 1 callersFunctionfig2data
brief Convert a Matplotlib figure to a 4D numpy array with RGBA channels and return it @param fig: a matplotlib figure @return a nu
datasets/federated_object_detection_benchmark/utils/vis_tool.py:131
↓ 1 callersFunctionfig4vis
convert figure to ndarray
datasets/federated_object_detection_benchmark/utils/vis_tool.py:152
↓ 1 callersMethodfind_class
(self, dir)
publications/ss_vfnas/dataset.py:44
↓ 1 callersMethodfind_class
(self, dir)
publications/ss_vfnas/dataset.py:109
↓ 1 callersFunctionfix_camera_to_origin
()
datasets/Fed_Multiview_Gen/phong.py:124
↓ 1 callersMethodforward
Forward Faster R-CNN and calculate losses. Here are notations used. * :math:`N` is the batch size. * :math:`R` is the number
datasets/federated_object_detection_benchmark/model/faster_rcnn_trainer.py:67
↓ 1 callersMethodforward
(self, x, targets=None)
datasets/federated_object_detection_benchmark/model/yolo.py:248
↓ 1 callersMethodfreeze
(self, is_freeze=False)
publications/PrADA/models/interaction_models.py:310
↓ 1 callersMethodfrozen_net
(self, models, frozen)
publications/FedCG/servers/fedsplit.py:29
↓ 1 callersMethodfrozen_net
(self, models, frozen)
publications/FedCG/servers/fedavg.py:29
← previousnext →201–300 of 933, ranked by callers