Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akhilmathurs/orchestra
/ functions
Functions
128 in github.com/akhilmathurs/orchestra
⨍
Functions
128
◇
Types & classes
33
↓ 19 callers
Method
__init__
(self, block, num_classes=10, cfg=None)
models.py:25
↓ 12 callers
Function
create_backbone
(name, num_classes=10, block='BasicBlock')
models.py:201
↓ 8 callers
Method
step
(self)
utils.py:469
↓ 4 callers
Method
_make_layer
(self, block, planes, num_blocks, stride)
models.py:129
↓ 3 callers
Method
_make_layer
(self, block, planes, num_blocks, stride)
models.py:164
↓ 3 callers
Function
get_block
(block)
models.py:184
↓ 3 callers
Function
get_config_dict
()
config.py:72
↓ 3 callers
Function
update_run_id
(hparam, config_dict, summary_writer, run_id)
hparam_main.py:39
↓ 2 callers
Function
format_time
(seconds)
utils.py:525
↓ 2 callers
Function
get_dataset_subset
(dataset, subset_proportion=1, force_class_balanced=False, seed=0)
utils.py:44
↓ 2 callers
Function
get_eval_dict
()
config.py:75
↓ 2 callers
Function
image_rot
(image, angle)
utils.py:141
↓ 2 callers
Method
local_clustering
(self, device='cuda:7')
models.py:596
↓ 2 callers
Function
progress_bar
(current, total, msg=None)
utils.py:489
↓ 2 callers
Method
set_parameters
(self, parameters)
client.py:140
↓ 2 callers
Function
sknopp
(cZ, lamd=25, max_iters=100)
models.py:462
↓ 1 callers
Function
NT_xentloss
(z1, z2, temperature=0.5)
models.py:215
↓ 1 callers
Function
ResNet18
(num_classes=10, block="BasicBlock")
models.py:190
↓ 1 callers
Function
ResNet34
(num_classes=10, block="BasicBlock")
models.py:193
↓ 1 callers
Function
ResNet56
(num_classes=10, block="BasicBlock")
models.py:196
↓ 1 callers
Function
VGGmodel
(num_classes=10)
models.py:51
↓ 1 callers
Method
__init__
(self, p=0.5, radius_min=0.1, radius_max=2.)
utils.py:115
↓ 1 callers
Method
_make_layers
(self, in_planes, block)
models.py:35
↓ 1 callers
Function
align_uniform
(z1, z2, t=1, temperature=0.1)
hparam_method.py:10
↓ 1 callers
Function
get_eval_fn
Return an evaluation function for server-side evaluation.
server.py:30
↓ 1 callers
Method
get_parameters
(self)
client.py:137
↓ 1 callers
Function
get_parser
()
hparam_parser.py:57
↓ 1 callers
Function
get_parser
()
semisup_eval.py:90
↓ 1 callers
Function
get_parser
()
main.py:61
↓ 1 callers
Method
global_clustering
(self, Z1, nG=1., nL=1.)
models.py:618
↓ 1 callers
Function
knn_predict
(feature, feature_bank, feature_labels, classes, knn_k, knn_t)
utils.py:436
↓ 1 callers
Function
l_specloss
(z1, z2)
models.py:398
↓ 1 callers
Function
main
Create model, load data, define Flower client, start Flower client.
client.py:192
↓ 1 callers
Function
main
(config_dict, eval_dict)
linear_eval.py:8
↓ 1 callers
Function
main
(config_dict, eval_dict)
hparam_method.py:32
↓ 1 callers
Function
main
(config_dict, eval_dict)
semisup_eval.py:15
↓ 1 callers
Function
make_client
(cid, device=None, stateless=True, config_dict=None)
client.py:94
↓ 1 callers
Function
recursive_grid_search
(grid, base_func, selected_values=None, grid_index=0, counter=0)
hparam_main.py:24
↓ 1 callers
Method
reset_memory
(self, data, device='cuda:7')
models.py:547
↓ 1 callers
Function
rot_train
(net, trainloader, epochs, lr, device=None)
client.py:77
↓ 1 callers
Function
run
(config_dict, eval_dict)
hparam_parser.py:25
↓ 1 callers
Function
run
(config_dict, eval_dict, do_linear=True)
main.py:28
↓ 1 callers
Method
save_net
(self)
client.py:178
↓ 1 callers
Function
server_run
(config_dict)
server.py:51
↓ 1 callers
Function
ssl_train
(net, trainloader, epochs, lr, device=None, is_orchestra=False)
client.py:45
↓ 1 callers
Function
sup_train
(net, trainloader, epochs, lr, device=None)
client.py:30
↓ 1 callers
Function
update_configs
(args, config_dict, eval_dict)
hparam_parser.py:14
↓ 1 callers
Function
update_configs
(args, config_dict, eval_dict)
main.py:12
↓ 1 callers
Method
update_memory
(self, F)
models.py:577
↓ 1 callers
Method
update_target
(self)
models.py:365
↓ 1 callers
Method
update_target
(self)
models.py:587
Method
__call__
(self, img)
utils.py:120
Method
__call__
(self, img)
utils.py:134
Method
__call__
(self, x)
utils.py:157
Method
__call__
(self, x)
utils.py:180
Method
__call__
(self, x)
utils.py:209
Method
__call__
(self, x)
utils.py:242
Method
__call__
(self, x)
utils.py:260
Method
__call__
(self, x)
utils.py:291
Method
__getitem__
(self, item)
utils.py:40
Method
__getitem__
(self, index)
utils.py:92
Method
__init__
(self, dataset, idxs)
utils.py:31
Method
__init__
(self, pickled_file_path, transform=None, target_transform=None)
utils.py:76
Method
__init__
(self, p)
utils.py:132
Method
__init__
(self, is_sup, image_size=32)
utils.py:147
Method
__init__
(self, is_sup, image_size=32)
utils.py:167
Method
__init__
(self, is_sup, image_size=32)
utils.py:190
Method
__init__
(self, is_sup, image_size=32)
utils.py:218
Method
__init__
(self, is_sup)
utils.py:252
Method
__init__
(self, is_sup, image_size=32)
utils.py:267
Method
__init__
(self, optimizer, warmup_epochs, warmup_lr, num_epochs, base_lr, final_lr, iter_per_epoch, constant_predictor_
utils.py:457
Method
__init__
(self, in_planes, out_planes, stride=1)
models.py:14
Method
__init__
(self, in_planes, planes, stride=1)
models.py:60
Method
__init__
(self, in_planes, planes, stride=1)
models.py:86
Method
__init__
(self, block, num_blocks, num_classes=10, cfg=None)
models.py:114
Method
__init__
(self, block, num_blocks, num_classes=10, cfg=None)
models.py:150
Method
__init__
(self, in_dim, hidden_dim=512, out_dim=512)
models.py:237
Method
__init__
(self, config_dict, bbone_arch)
models.py:251
Method
__init__
(self, in_dim, out_dim)
models.py:269
Method
__init__
(self, in_dim, hidden_dim=256, out_dim=512)
models.py:280
Method
__init__
(self, in_dim=512, hidden_dim=512, out_dim=512)
models.py:294
Method
__init__
(self, config_dict, bbone_arch, )
models.py:306
Method
__init__
(self, in_dim, hidden_dim=1024, out_dim=512, is_pred=False)
models.py:327
Method
__init__
(self, config_dict, bbone_arch)
models.py:339
Method
__init__
(self, in_dim, hidden_dim=512, out_dim=512)
models.py:387
Method
__init__
(self, config_dict, bbone_arch)
models.py:412
Method
__init__
(self, in_dim, hidden_dim=512, out_dim=512)
models.py:431
Method
__init__
(self, config_dict, bbone_arch)
models.py:445
Method
__init__
(self, in_dim, hidden_dim=512, out_dim=512)
models.py:493
Method
__init__
(self, config_dict, bbone_arch)
models.py:507
Method
__init__
FedAvg with a global learning rate The goal for making our own implementation was to allow global clustering and divergence aware updates.
myfedavg.py:14
Method
__len__
(self)
utils.py:37
Method
__len__
(self)
utils.py:108
Method
__repr__
(self)
myfedavg.py:74
Method
aggregate_fit
Aggregate fit results using weighted average.
myfedavg.py:83
Function
configure_evaluate_patch
(self, rnd, parameters, client_manager)
server.py:172
Function
configure_fit_patch
(self, rnd, parameters, client_manager)
server.py:151
Function
evaluate
(weights: fl.common.Weights)
server.py:35
Method
evaluate
(self, parameters, config)
client.py:169
Function
evaluate_patch
(self, parameters)
server.py:164
next →
1–100 of 128, ranked by callers