MCPcopy Create free account

hub / github.com/Songyue-Guo/FedGR / functions

Functions173 in github.com/Songyue-Guo/FedGR

↓ 1 callersMethodupdate_hpm
(self, client, model, hpm)
algorithms/fedphp.py:271
↓ 1 callersMethodupdate_local
(self, r, model, local_grad, train_loader, test_loader)
algorithms/feddyn.py:145
↓ 1 callersMethodupdate_local
( self, r, model, train_loader, test_loader, server_control, client_control)
algorithms/scaffold.py:189
↓ 1 callersMethodupdate_local
(self, r, model, train_loader, test_loader)
algorithms/fedavg.py:99
↓ 1 callersMethodupdate_local
(self, r, model, local_model, train_loader, test_loader)
algorithms/moon.py:118
↓ 1 callersMethodupdate_local
(self, r, model, train_loader, test_loader)
algorithms/perfedavg.py:147
↓ 1 callersMethodupdate_local
(self, r, model, train_loader, test_loader, ratio)
algorithms/fednova.py:240
↓ 1 callersMethodupdate_local
(self, r, model, train_loader, test_loader)
algorithms/fedopt.py:126
↓ 1 callersMethodupdate_local
(self, r, model, train_loader, test_loader)
algorithms/pfedme.py:134
↓ 1 callersMethodupdate_local
(self, r, model, train_loader, test_loader)
algorithms/fedaws.py:125
↓ 1 callersMethodupdate_local
(self, r, model, train_loader, test_loader)
algorithms/fedprox.py:102
↓ 1 callersMethodupdate_local
(self, r, model, train_loader, test_loader, dist)
algorithms/fedrs.py:143
↓ 1 callersMethodupdate_local
(self, r, client, model, hpm, train_loader, test_loader)
algorithms/fedphp.py:160
↓ 1 callersMethodupdate_local
( self, r, model, train_loader, test_loader, server_control, client_control, dist)
algorithms/scaffoldrs.py:223
↓ 1 callersMethodupdate_local_control
( self, delta_model, server_control, client_control, steps, lr)
algorithms/scaffold.py:266
↓ 1 callersMethodupdate_local_control
( self, delta_model, server_control, client_control, steps, lr)
algorithms/scaffoldrs.py:310
Method__init__
(self)
utils.py:111
Method__init__
(self, net, init_way, n_classes)
networks/basic_nets.py:71
Method__init__
(self,)
networks/basic_nets.py:98
Method__init__
(self, input_size, input_channel, n_classes=10)
networks/basic_nets.py:106
Method__init__
(self, input_size, input_channel, n_classes=10)
networks/basic_nets.py:134
Method__init__
(self, n_classes)
networks/basic_nets.py:172
Method__init__
(self, in_planes, planes, stride=1)
networks/basic_nets.py:309
Method__init__
(self, n_layer=20, n_classes=10)
networks/basic_nets.py:347
Method__init__
( self, csets, gset, model, args )
algorithms/feddyn.py:31
Method__init__
(self, params, lr, weight_decay)
algorithms/scaffold.py:19
Method__init__
( self, csets, gset, model, args )
algorithms/fedavg.py:26
Method__init__
( self, csets, gset, model, args )
algorithms/moon.py:20
Method__init__
(self,csets,gset,model,args)
algorithms/fedgr.py:56
Method__init__
(self, params, lr, mu, weight_decay)
algorithms/perfedavg.py:30
Method__init__
( self, csets, gset, model, args )
algorithms/perfedavg.py:74
Method__init__
( self, params, lr, ratio, gmf, prox_mu=0, momentum=0, dampening=0, weight_decay=0, nesterov
algorithms/fednova.py:34
Method__init__
( self, csets, gset, model, args )
algorithms/fedopt.py:26
Method__init__
(self, params, lr, lamda, weight_decay=5e-4)
algorithms/pfedme.py:29
Method__init__
(self, ws, margin)
algorithms/fedaws.py:27
Method__init__
( self, csets, gset, model, args )
algorithms/fedprox.py:29
Method__init__
( self, csets, gset, model, args )
algorithms/fedrs.py:29
Method__init__
( self, csets, gset, model, args )
algorithms/fedphp.py:30
Method__init__
(self, params, lr, weight_decay)
algorithms/scaffoldrs.py:29
Method__setstate__
(self, state)
algorithms/fednova.py:55
Methodforward
(self, xs)
networks/basic_nets.py:91
Methodforward
(self, xs)
networks/basic_nets.py:101
Methodforward
(self, xs)
networks/basic_nets.py:127
Methodforward
(self, xs)
networks/basic_nets.py:165
Methodforward
(self, xs)
networks/basic_nets.py:197
Methodforward
(self, xs)
networks/basic_nets.py:300
Methodforward
(self, x)
networks/basic_nets.py:335
Methodforward
(self, xs)
networks/basic_nets.py:402
Functionlistfiles
(fdir)
utils.py:99
Functionload_json
(fpath)
utils.py:63
Functionload_pickle
(fpath)
utils.py:51
Methodlocal_test
(self, model, hpm, loader)
algorithms/fedphp.py:329
Functionprediction_mask
(logits, label)
utils.py:131
Functionread_file
(path)
utils.py:39
Functionsave_data
(da_df, path)
utils.py:46
Functionsave_json
(data, fpath)
utils.py:69
Methodsave_logs
(self, fpath)
algorithms/feddyn.py:301
Methodsave_logs
(self, fpath)
algorithms/scaffold.py:330
Methodsave_logs
(self, fpath)
algorithms/fedavg.py:197
Methodsave_logs
(self,fpath)
algorithms/fedgr.py:342
Methodsave_logs
(self, fpath)
algorithms/perfedavg.py:270
Methodsave_logs
(self, fpath)
algorithms/fednova.py:385
Methodsave_logs
(self, fpath)
algorithms/fedopt.py:247
Methodsave_logs
(self, fpath)
algorithms/pfedme.py:256
Methodsave_logs
(self, fpath)
algorithms/fedaws.py:239
Methodsave_logs
(self, fpath)
algorithms/fedprox.py:224
Methodsave_logs
(self, fpath)
algorithms/fedrs.py:293
Methodsave_logs
(self, fpath)
algorithms/fedphp.py:364
Methodsave_logs
(self, fpath)
algorithms/scaffoldrs.py:374
Functionsave_pickle
(data, fpath)
utils.py:57
Functionset_gpu
(x)
utils.py:104
Methodupdate_param
(self, local_weight_updated, closure=None)
algorithms/pfedme.py:51
Functionweights_init
(m)
utils.py:137
← previous101–173 of 173, ranked by callers