MCPcopy Create free account

hub / github.com/SymbioticLab/Oort / functions

Functions424 in github.com/SymbioticLab/Oort

Method__mapping_dict__
(self)
training/utils/reddit.py:80
Method__repr__
(self)
training/utils/voice_model.py:33
Method_check_exists
(self)
training/utils/stackoverflow.py:140
Method_check_exists
(self)
training/utils/speech.py:125
Method_check_exists
(self)
training/utils/reddit.py:98
Function_collate_fn
(batch)
training/utils/voice_data_loader.py:215
FunctionboolAnd
(list1, list2)
training/utils/nlp.py:258
Methodclass_to_idx
(self)
training/utils/femnist.py:103
Methodclass_to_idx
(self)
training/utils/stackoverflow.py:137
Methodclass_to_idx
(self)
training/utils/openImg.py:116
Methodclass_to_idx
(self)
training/utils/speech.py:122
Methodclass_to_idx
(self)
training/utils/reddit.py:95
MethodclientSampler
(self, clientId)
training/helper/clientSampler.py:118
Functioncollate
(examples)
training/learner.py:107
Functioncollate
(examples: List[torch.Tensor])
training/utils/nlp.py:309
Methoddecode
Decodes probability output using ctcdecode package. Arguments: probs: Tensor of character probabilities, where probs[c,t]
training/utils/decoder.py:128
Methodeager_outputs
(self, x, aux)
training/utils/inception.py:167
Methodflatten_parameters
(self)
training/utils/voice_model.py:92
Methodforward
(self, x)
training/utils/models.py:20
Methodforward
(self, x)
training/utils/models.py:36
Methodforward
(self, x)
training/utils/models.py:50
Methodforward
(self, x)
training/utils/models.py:68
Methodforward
(self,x)
training/utils/models.py:105
Methodforward
(self, x)
training/utils/models.py:153
Methodforward
(self, x)
training/utils/models.py:204
Methodforward
(self, x)
training/utils/models.py:258
Methodforward
(self, x)
training/utils/models.py:285
Methodforward
(self, x)
training/utils/models.py:318
Methodforward
(self, x)
training/utils/models.py:371
Methodforward
(self, x)
training/utils/models.py:405
Methodforward
(self, input, hidden)
training/utils/models.py:468
Methodforward
(self, x)
training/utils/models.py:489
Methodforward
(self, x)
training/utils/models.py:502
Methodforward
(self, x)
training/utils/models.py:516
Methodforward
(self, x)
training/utils/models.py:572
Methodforward
(self, x)
training/utils/models.py:627
Methodforward
Inputs: -seq : Tensor of shape [B, T] containing token ids of sequences -attn_masks : Tensor of shape [B, T] containi
training/utils/models.py:661
Methodforward
(self, x)
training/utils/mobilenet.py:64
Methodforward
(self, x)
training/utils/mobilenet.py:160
Methodforward
(self, x)
training/utils/voice_model.py:26
Methodforward
:param x: The input of size BxCxDxT :param lengths: The actual length of each sequence in the batch :return: Masked output fr
training/utils/voice_model.py:51
Methodforward
(self, input_)
training/utils/voice_model.py:74
Methodforward
(self, x, output_lengths)
training/utils/voice_model.py:95
Methodforward
(self, x)
training/utils/voice_model.py:119
Methodforward
(self, x, lengths)
training/utils/voice_model.py:186
Methodforward
(self, x)
training/utils/inception.py:174
Methodforward
(self, x)
training/utils/inception.py:219
Methodforward
(self, x)
training/utils/inception.py:248
Methodforward
(self, x)
training/utils/inception.py:293
Methodforward
(self, x)
training/utils/inception.py:325
Methodforward
(self, x)
training/utils/inception.py:373
Methodforward
(self, x)
training/utils/inception.py:390
Methodforward
(self, x)
training/utils/inception.py:415
Methodforward
(self, x)
training/utils/resnet_speech.py:45
Methodforward
(self, x)
training/utils/resnet_speech.py:80
Methodforward
(self, x)
training/utils/resnet_speech.py:145
Functionfreq_mask
(spec, F=15, num_masks=1, replace_with_zero=False)
training/utils/sparse_image_warp.py:49
Functionfunc
(p)
training/learner.py:115
Functionfunc
(p)
training/utils/voice_data_loader.py:216
Methodgenerate_distance_matrix
(self, size)
training/utils/divide_data.py:126
MethodgetAllClients
(self)
training/helper/clientSampler.py:49
MethodgetAllClientsLength
(self)
training/helper/clientSampler.py:52
MethodgetAllMetrics
(self)
oort/oort.py:391
MethodgetAllMetrics
(self)
training/helper/clientSampler.py:188
MethodgetClientReward
(self, clientId)
training/helper/clientSampler.py:196
MethodgetScore
(self, hostId, clientId)
training/helper/clientSampler.py:89
Methodget_EMD
(self, dataDistr, tempClassPerWorker, sizes)
training/utils/divide_data.py:130
Methodget_median_reward
(self)
oort/oort.py:379
Methodget_param_size
(model)
training/utils/voice_model.py:249
Functioninception_v3
r"""Inception v3 model architecture from `"Rethinking the Inception Architecture for Computer Vision" <http://arxiv.org/abs/1512.00567>`_. ..
training/utils/inception.py:26
Methodinit_hidden
(self, bsz)
training/utils/models.py:475
FunctioninvertBool
(list)
training/utils/nlp.py:241
Methodjs_distance
(self, x, y)
training/utils/divide_data.py:111
MethodloadFilterInfoNLP
(self)
training/utils/divide_data.py:173
Methodload_model
(cls, path)
training/utils/voice_model.py:221
Functionlp_cplex
(datas, systems, budget, preference, data_size, init_values = None, time_limit = None, read_flag = False, writ
oort/utils/lp_cplex.py:4
Functionmain
()
training/utils/nlp.py:551
Methodparse_audio
(self, audio_path)
training/utils/voice_data_loader.py:111
Methodparse_transcript
:param transcript_path: Path where transcript is stored from the manifest file :return: Transcript in training/testing format
training/utils/voice_data_loader.py:40
Methodparse_transcript
(self, transcript_path)
training/utils/voice_data_loader.py:146
MethodpartitionTraceNLP
(self)
training/utils/divide_data.py:264
Methodprocessed_folder
(self)
training/utils/femnist.py:99
Methodprocessed_folder
(self)
training/utils/stackoverflow.py:133
Methodprocessed_folder
(self)
training/utils/openImg.py:112
Methodprocessed_folder
(self)
training/utils/speech.py:118
Methodprocessed_folder
(self)
training/utils/reddit.py:91
Methodraw_folder
(self)
training/utils/femnist.py:95
Methodraw_folder
(self)
training/utils/stackoverflow.py:129
Methodraw_folder
(self)
training/utils/openImg.py:108
Methodraw_folder
(self)
training/utils/speech.py:114
Methodraw_folder
(self)
training/utils/reddit.py:87
MethodregisterClientScore
(self, clientId, reward)
training/helper/clientSampler.py:86
MethodregisterSpeed
(self, hostId, clientId, speed)
training/helper/clientSampler.py:70
Methodreset_training_step
(self, training_step)
training/utils/voice_data_loader.py:287
Methodreset_training_step
(self, training_step)
training/utils/voice_data_loader.py:333
Functionrun
(rank, model, queue, param_q, stop_flag, client_cfg)
training/learner.py:391
Functionrun
(model, queue, param_q, stop_signal, clientSampler)
training/param_server.py:132
Methodserialize_state
(self)
training/utils/voice_model.py:237
Methodset_epoch
(self, epoch)
training/utils/voice_data_loader.py:284
Methodtest_data
(self)
training/utils/femnist.py:49
← previousnext →301–400 of 424, ranked by callers