MCPcopy Create free account

hub / github.com/FederatedAI/research / functions

Functions933 in github.com/FederatedAI/research

Methodforward
(self, input)
publications/ss_vfnas/models/model_search_k_party_dp.py:210
Methodforward
(self, x, weights)
publications/ss_vfnas/models/model_search_k_party.py:21
Methodforward
(self, s0, s1, weights)
publications/ss_vfnas/models/model_search_k_party.py:47
Methodforward
(self, input, U_B)
publications/ss_vfnas/models/model_search_k_party.py:104
Methodforward
(self, input)
publications/ss_vfnas/models/model_search_k_party.py:213
Methodforward
(self, input, U_B)
publications/ss_vfnas/models/manual_k_party_chexpert.py:24
Methodforward
(self, input)
publications/ss_vfnas/models/manual_k_party_chexpert.py:50
Methodforward
(self, input, U_B)
publications/ss_vfnas/models/manual_k_party.py:28
Methodforward
(self, input)
publications/ss_vfnas/models/manual_k_party.py:57
Methodforward
(self, x, weights)
publications/ss_vfnas/models/model_search.py:21
Methodforward
(self, s0, s1, weights)
publications/ss_vfnas/models/model_search.py:47
Methodforward
(self, input)
publications/ss_vfnas/models/model_search.py:103
Methodforward
(self, s0, s1, drop_prob)
publications/ss_vfnas/models/model_k_party.py:41
Methodforward
(self, input, U_B)
publications/ss_vfnas/models/model_k_party.py:103
Methodforward
(self, input)
publications/ss_vfnas/models/model_k_party.py:157
Methodforward
(self, s0, s1, drop_prob)
publications/ss_vfnas/models/model.py:41
Methodforward
(self, x)
publications/ss_vfnas/models/model.py:80
Methodforward
(self, x)
publications/ss_vfnas/models/model.py:105
Methodforward
(self, input)
publications/ss_vfnas/models/model.py:146
Methodforward
(self, input)
publications/ss_vfnas/models/model.py:202
Methodforward
(self, x)
publications/FedCG/models.py:24
Methodforward
(self, x)
publications/FedCG/models.py:42
Methodforward
(self, z, y)
publications/FedCG/models.py:67
Methodforward
(self, f, y)
publications/FedCG/models.py:93
Methodforward
(self, x)
publications/PrADA/models/classifier.py:31
Methodforward
(self, x)
publications/PrADA/models/classifier.py:43
Methodforward
(self, x)
publications/PrADA/models/classifier.py:58
Methodforward
(self, x)
publications/PrADA/models/classifier.py:66
Methodforward
(self, x)
publications/PrADA/models/classifier.py:77
Methodforward
(ctx, x, alpha)
publications/PrADA/models/discriminator.py:11
Methodforward
(self, input, alpha)
publications/PrADA/models/discriminator.py:47
Methodforward
(self, input, alpha)
publications/PrADA/models/discriminator.py:75
Methodforward
(self, input, alpha)
publications/PrADA/models/discriminator.py:98
Methodforward
(self, input, alpha)
publications/PrADA/models/discriminator.py:121
Methodforward
(self, input, alpha)
publications/PrADA/models/discriminator.py:148
Methodforward
(self, input, alpha)
publications/PrADA/models/discriminator.py:171
Methodforward
(self, input, alpha)
publications/PrADA/models/discriminator.py:216
Methodforward
(self, x)
publications/PrADA/models/feature_extractor.py:93
Methodforward
(self, x)
publications/PrADA/models/feature_extractor.py:118
Methodforward
(self, x)
publications/PrADA/models/feature_extractor.py:141
Methodforward
(self, x)
publications/PrADA/models/feature_extractor.py:163
Methodforward
(self, x)
publications/PrADA/models/feature_extractor.py:185
Methodforward
(self, x)
publications/PrADA/models/feature_extractor.py:196
Methodforward
(self, x)
publications/PrADA/models/feature_extractor.py:206
Methodfreeze
(self, is_freeze=False)
publications/PrADA/models/interaction_models.py:38
Methodfreeze_bottom_aggregators
(self, is_freeze=False, region_idx_list=None)
publications/PrADA/models/dann_models.py:254
Methodfreeze_bottom_extractors
(self, is_freeze=False, region_idx_list=None)
publications/PrADA/models/dann_models.py:242
Methodgenotype
(self)
publications/ss_vfnas/models/model_search_k_party_chexpert.py:145
Methodgenotype
(self)
publications/ss_vfnas/models/model_search_k_party_chexpert.py:250
Methodgenotype
(self)
publications/ss_vfnas/models/model_search_k_party_moco.py:152
Methodgenotype
(self)
publications/ss_vfnas/models/model_search_k_party_moco.py:258
Methodgenotype
(self)
publications/ss_vfnas/models/model_search_k_party_dp.py:136
Methodgenotype
(self)
publications/ss_vfnas/models/model_search_k_party_dp.py:241
Methodgenotype
(self)
publications/ss_vfnas/models/model_search_k_party.py:244
Methodget
(self)
publications/FedCG/utils.py:42
Functionget_image_and_text_data
(data_dir, selected, n_samples=2000, dtype="Train")
datasets/NUS_WIDE/nus_wide_data_util.py:96
Functionget_loss
(output, target, index)
publications/ss_vfnas/utils.py:124
Methodget_params
(self, models)
publications/FedCG/servers/fedsplit.py:23
Methodget_params
(self, models)
publications/FedCG/servers/fedavg.py:23
Methodget_params
(self, models)
publications/FedCG/servers/fedprox.py:23
Methodget_test_data
(self, target_labels, binary_classification=True, num_samples=None)
datasets/NUS_WIDE/nus_wide_data_util.py:120
Functionget_timestamp
()
publications/PrADA/data_process/census_process/census_prepare_data.py:18
Methodget_train_data
(self, target_labels, binary_classification=True, num_samples=None)
datasets/NUS_WIDE/nus_wide_data_util.py:114
Methodget_u
(self, input)
publications/ss_vfnas/models/model_search_k_party_chexpert.py:232
Methodget_u
(self, input)
publications/ss_vfnas/models/model_search_k_party_moco.py:240
Methodget_u
(self, input)
publications/ss_vfnas/models/model_search_k_party_dp.py:223
Methodget_weights
(self)
datasets/federated_object_detection_benchmark/model/model_wrapper.py:72
Methodget_weights
(self)
datasets/federated_object_detection_benchmark/model/model_wrapper.py:191
Methodglobal_train
(self)
publications/FedCG/servers/fedgen.py:89
Methodglobal_train
(self)
publications/FedCG/servers/feddf.py:107
Methodhandle_check_client_resource_done
(data)
datasets/federated_object_detection_benchmark/fl_server.py:215
Methodhandle_client_eval
(data)
datasets/federated_object_detection_benchmark/fl_server.py:294
Methodhandle_client_ready
()
datasets/federated_object_detection_benchmark/fl_server.py:203
Methodhandle_client_update
(data)
datasets/federated_object_detection_benchmark/fl_server.py:241
Methodhandle_connect
()
datasets/federated_object_detection_benchmark/fl_server.py:184
Methodhandle_disconnect
()
datasets/federated_object_detection_benchmark/fl_server.py:192
Methodhandle_reconnect
()
datasets/federated_object_detection_benchmark/fl_server.py:188
Methodhandle_wake_up
()
datasets/federated_object_detection_benchmark/fl_server.py:198
Methodimg_many
(self, d)
datasets/federated_object_detection_benchmark/utils/vis_tool.py:201
Functioninit_weights
(m)
publications/PrADA/models/model_utils.py:4
Functioninitialize_transform_matrix_dict
(hidden_dim_list)
publications/PrADA/models/interaction_models.py:14
Methodintermittently_sleep
(self, p=.1, low=10, high=100)
datasets/federated_object_detection_benchmark/fl_client.py:239
Functioninverse_normalize
(img)
datasets/federated_object_detection_benchmark/data/dataset.py:12
Functionjs_metric
Calculate the Jensen-Shannon metric to compare two sets of data. Kernel Density Estimation is used to estimate the distribution of each set se
publications/PrADA/statistics_utils.py:42
Functionks_statistic
Calculate the Kolmogorov-Smirnov statistic to compare two sets of data. The empirical cumulative distribution function for each set of set of
publications/PrADA/statistics_utils.py:5
Functionks_statistic_kde
Calculate the Kolmogorov-Smirnov statistic to compare two sets of data. Kernel Density Estimation is used to estimate the distribution of each set
publications/PrADA/statistics_utils.py:25
Functionload
(model, model_path)
publications/ss_vfnas/utils.py:100
Functionload_classes
Loads class labels at 'path'
datasets/federated_object_detection_benchmark/utils/utils.py:18
Methodload_client
(self)
publications/FedCG/servers/fedgen.py:56
Methodload_client
(self)
publications/FedCG/servers/fedsplit.py:53
Methodload_client
(self)
publications/FedCG/servers/fedavg.py:54
Methodload_client
(self)
publications/FedCG/servers/fedcg.py:56
Methodload_client
(self)
publications/FedCG/servers/feddf.py:60
Methodload_client
(self)
publications/FedCG/servers/fedprox.py:54
Methodload_client
(self)
publications/FedCG/clients/fedgen.py:55
Methodload_client
(self)
publications/FedCG/clients/fedsplit.py:55
Methodload_client
(self)
publications/FedCG/clients/local.py:55
Methodload_client
(self)
publications/FedCG/clients/fedavg.py:55
Methodload_client
(self)
publications/FedCG/clients/fedcg_w.py:59
Methodload_client
(self)
publications/FedCG/clients/fedcg.py:59
← previousnext →701–800 of 933, ranked by callers