MCPcopy Create free account

hub / github.com/WenkeHuang/FCCL / functions

Functions330 in github.com/WenkeHuang/FCCL

Method__len__
(self)
fccl/Dataset/init_dataset.py:215
Method__len__
(self)
fccl+/datasets/office31.py:33
Method__len__
(self)
fccl+/datasets/fashion_mnist.py:46
Method__len__
(self)
fccl+/datasets/market1501.py:82
Method__len__
(self)
fccl+/datasets/officehome.py:32
Method__len__
(self)
fccl+/datasets/officecaltech.py:32
Method__len__
(self)
fccl+/datasets/tinyimagenet.py:38
Method_draw_heatmap
(self, data, model_name, communication_idx, net_idx)
fccl+/models/fcclplus.py:185
Functioncalculate_class_similarity
(input_logits,target_logits,sample_size)
fccl/Idea/Counterpart/fedmd.py:54
Methodcol_update
(self, communication_idx, publoader)
fccl+/models/feddf.py:42
Methodcol_update
(self, communication_idx, publoader)
fccl+/models/fcclplus.py:48
Methodcol_update
(self,communication_idx,publoader)
fccl+/models/utils/federated_model.py:44
Functioncreate_if_not_exists
Creates the specified folder if it does not exist. :param path: the complete path of the folder to be created
fccl+/utils/__init__.py:9
Methodencoders
(self, x: torch.Tensor)
fccl+/backbone/mobilnet_v2.py:85
Methodencoders
(self, x: torch.Tensor)
fccl+/backbone/ResNet.py:124
Methodencoders
(self, x: torch.Tensor)
fccl+/backbone/efficientnet.py:162
Methodencoders
(self, x: torch.Tensor)
fccl+/backbone/googlenet.py:122
Methodfc
(self, x)
fccl+/backbone/mobilnet_v2.py:104
Methodfc
(self, x)
fccl+/backbone/efficientnet.py:173
Methodfc
(self, x)
fccl+/backbone/googlenet.py:127
Methodfeatures
(self, x)
fccl+/backbone/mobilnet_v2.py:94
Methodfeatures
(self, x)
fccl+/backbone/efficientnet.py:152
Methodforward
(self, **kwargs)
fccl/Idea/_base.py:37
Methodforward
(self, **kwargs)
fccl/Idea/_base.py:56
Methodforward
(self, x)
fccl/Network/mobilnet_v2.py:31
Methodforward
(self, x)
fccl/Network/mobilnet_v2.py:68
Methodforward
Channel shuffle: [N,C,H,W] -> [N,g,C/g,H,W] -> [N,C/g,g,H,w] -> [N,C,H,W]
fccl/Network/shufflenet.py:14
Methodforward
(self, x)
fccl/Network/shufflenet.py:40
Methodforward
(self, x)
fccl/Network/shufflenet.py:95
Methodforward
(self, x)
fccl/Network/efficientnet.py:29
Methodforward
(self, x)
fccl/Network/efficientnet.py:89
Methodforward
(self, x)
fccl/Network/efficientnet.py:136
Methodforward
(self, x)
fccl/Network/resnet.py:32
Methodforward
(self, x)
fccl/Network/resnet.py:62
Methodforward
(self, x)
fccl/Network/resnet.py:93
Methodforward
(self, x)
fccl/Network/googlenet.py:48
Methodforward
(self, x)
fccl/Network/googlenet.py:82
Methodforward
(self, x)
fccl+/backbone/mobilnet_v2.py:31
Methodforward
(self, x)
fccl+/backbone/mobilnet_v2.py:75
Methodforward
Compute a forward pass. :param x: input tensor (batch_size, input_size) :return: output tensor (10)
fccl+/backbone/ResNet.py:46
Methodforward
(self, x: torch.Tensor)
fccl+/backbone/ResNet.py:131
Methodforward
Channel shuffle: [N,C,H,W] -> [N,g,C/g,H,W] -> [N,C/g,g,H,w] -> [N,C,H,W]
fccl+/backbone/shufflenet.py:14
Methodforward
(self, x)
fccl+/backbone/shufflenet.py:40
Methodforward
(self, x)
fccl+/backbone/shufflenet.py:95
Methodforward
(self, x)
fccl+/backbone/efficientnet.py:29
Methodforward
(self, x)
fccl+/backbone/efficientnet.py:89
Methodforward
(self, x)
fccl+/backbone/efficientnet.py:141
Methodforward
(self, x)
fccl+/backbone/googlenet.py:48
Methodforward
(self, x)
fccl+/backbone/googlenet.py:87
Methodforward
Compute loss for model. If both `labels` and `mask` are None, it degenerates to SimCLR unsupervised loss: https://arxiv.org/pdf/2002.0
fccl+/utils/supcon.py:18
Methodforward
(self, x: torch.Tensor)
fccl+/models/utils/federated_model.py:35
Methodget_backbone
(parti_num, names_list)
fccl+/datasets/office31.py:101
Methodget_backbone
(parti_num, names_list)
fccl+/datasets/officehome.py:101
Methodget_backbone
(parti_num, names_list)
fccl+/datasets/officecaltech.py:100
Methodget_backbone
Returns the backbone to be used for to the current dataset.
fccl+/datasets/utils/federated_dataset.py:42
Methodget_batch_size
()
fccl+/datasets/utils/federated_dataset.py:85
Methodget_batch_size
()
fccl+/datasets/utils/public_dataset.py:67
Methodget_data_loaders
(self)
fccl+/datasets/cifar100.py:50
Methodget_data_loaders
(self, selected_domain_list=[])
fccl+/datasets/office31.py:70
Methodget_data_loaders
(self)
fccl+/datasets/fashion_mnist.py:74
Methodget_data_loaders
(self)
fccl+/datasets/market1501.py:188
Methodget_data_loaders
(self, selected_domain_list)
fccl+/datasets/officehome.py:69
Methodget_data_loaders
(self, selected_domain_list)
fccl+/datasets/officecaltech.py:69
Methodget_data_loaders
(self)
fccl+/datasets/tinyimagenet.py:101
Methodget_data_loaders
Creates and returns the training and test loaders for the current task. The current training loader and all test loaders are stored i
fccl+/datasets/utils/federated_dataset.py:32
Methodget_data_loaders
Creates and returns the training and test loaders for the current task. The current training loader and all test loaders are stored i
fccl+/datasets/utils/public_dataset.py:27
Functionget_dataset
Creates and returns a continual dataset. :param args: the arguments which contains the hyperparameters :return: the continual dataset
fccl+/datasets/utils/__init__.py:32
Methodget_denormalization_transform
()
fccl+/datasets/cifar100.py:69
Methodget_denormalization_transform
()
fccl+/datasets/office31.py:121
Methodget_denormalization_transform
()
fccl+/datasets/fashion_mnist.py:93
Methodget_denormalization_transform
()
fccl+/datasets/digits.py:164
Methodget_denormalization_transform
()
fccl+/datasets/market1501.py:203
Methodget_denormalization_transform
()
fccl+/datasets/officehome.py:122
Methodget_denormalization_transform
()
fccl+/datasets/officecaltech.py:120
Methodget_denormalization_transform
()
fccl+/datasets/tinyimagenet.py:123
Methodget_denormalization_transform
Returns the transform used for denormalizing the current dataset.
fccl+/datasets/utils/federated_dataset.py:66
Methodget_denormalization_transform
Returns the transform used for denormalizing the current dataset.
fccl+/datasets/utils/public_dataset.py:56
Methodget_epochs
()
fccl+/datasets/utils/federated_dataset.py:81
Methodget_epochs
()
fccl+/datasets/utils/public_dataset.py:63
Methodget_extra_parameters
(self)
fccl/Idea/_base.py:26
Methodget_learnable_parameters
(self)
fccl/Idea/_base.py:22
Methodget_learnable_parameters
(self)
fccl/Idea/_base.py:48
Methodget_normalization_transform
()
fccl+/datasets/cifar100.py:63
Methodget_normalization_transform
()
fccl+/datasets/fashion_mnist.py:88
Methodget_normalization_transform
()
fccl+/datasets/market1501.py:197
Methodget_normalization_transform
()
fccl+/datasets/tinyimagenet.py:117
Methodget_normalization_transform
Returns the transform used for normalizing the current dataset.
fccl+/datasets/utils/federated_dataset.py:58
Methodget_normalization_transform
Returns the transform used for normalizing the current dataset.
fccl+/datasets/utils/public_dataset.py:48
Functionget_parser
()
fccl+/models/fedavg.py:11
Functionget_parser
()
fccl+/models/moon.py:12
Functionget_parser
()
fccl+/models/feddf.py:15
Functionget_parser
()
fccl+/models/fccl.py:17
Functionget_parser
()
fccl+/models/fedprox.py:12
Functionget_parser
()
fccl+/models/fcclplus.py:17
Methodget_scheduler
Returns the scheduler to be used for to the current dataset.
fccl+/datasets/utils/federated_dataset.py:74
Methodget_scheduler
(self)
fccl+/models/utils/federated_model.py:38
Methodget_transform
()
fccl+/datasets/office31.py:95
Methodget_transform
()
fccl+/datasets/officehome.py:95
Methodget_transform
()
fccl+/datasets/officecaltech.py:94
Methodget_transform
Returns the transform to be used for to the current dataset.
fccl+/datasets/utils/federated_dataset.py:50
← previousnext →201–300 of 330, ranked by callers